class K8S::Api::Core::V1::DownwardAPIProjection
- K8S::Api::Core::V1::DownwardAPIProjection
 - Reference
 - Object
 
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.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/core/v1/downward_api_projection.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, items : Array(Api::Core::V1::DownwardAPIVolumeFile)? = nil)
 
Instance Method Summary
- #items : Array(Api::Core::V1::DownwardAPIVolumeFile)?
 - #items=(items : Array(Api::Core::V1::DownwardAPIVolumeFile)?)