class K8S::Api::Core::V1::DownwardAPIVolumeSource
- K8S::Api::Core::V1::DownwardAPIVolumeSource
 - Reference
 - Object
 
Overview
DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/downward_api_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, default_mode : Int32? = nil, items : Array? = nil)
 
Instance Method Summary
- #default_mode : Int32?
 - #default_mode=(default_mode : Int32?)
 - #items : Array(Api::Core::V1::DownwardAPIVolumeFile)?
 - #items=(items : Array(Api::Core::V1::DownwardAPIVolumeFile)?)