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
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/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(Api::Core::V1::DownwardAPIVolumeFile)? = 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)?)
Constructor Detail
def self.new(*, default_mode : Int32? = nil, items : Array(Api::Core::V1::DownwardAPIVolumeFile)? = nil)
#