class Pyrite::Api::Core::V1::DownwardAPIProjection
Overview
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
Defined in:
versions/v1.14/api/core/v1/downward_api_projection.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Represents downward API info for projecting into a projected volume.
-
.new(pull : JSON::PullParser)
Represents downward API info for projecting into a projected volume.
- .new(*, items : Array? = nil)
Instance Method Summary
- #items : Array(Api::Core::V1::DownwardAPIVolumeFile)?
- #items=(items : Array(Api::Core::V1::DownwardAPIVolumeFile)?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
def self.new(pull : JSON::PullParser)
#
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.