class K8S::Api::Core::V1::ProjectedVolumeSource
- K8S::Api::Core::V1::ProjectedVolumeSource
 - Reference
 - Object
 
Overview
Represents a projected volume source
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/core/v1/projected_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, sources : Array(Api::Core::V1::VolumeProjection), default_mode : Int32? = nil)
 
Instance Method Summary
- #default_mode : Int32?
 - #default_mode=(default_mode : Int32?)
 - #sources : Array(Api::Core::V1::VolumeProjection)
 - #sources=(sources : Array(Api::Core::V1::VolumeProjection))