class Pyrite::Api::Core::V1::SecretVolumeSource
Overview
Adapts a Secret into a volume.
The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.
Defined in:
versions/v1.14/api/core/v1/secret_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Adapts a Secret into a volume.
-
.new(pull : JSON::PullParser)
Adapts a Secret into a volume.
- .new(*, default_mode : Int32? = nil, items : Array? = nil, optional : Bool? = nil, secret_name : String? = nil)
Instance Method Summary
- #default_mode : Int32?
- #default_mode=(default_mode : Int32?)
- #items : Array(Api::Core::V1::KeyToPath)?
- #items=(items : Array(Api::Core::V1::KeyToPath)?)
- #optional : Bool?
- #optional=(optional : Bool?)
- #secret_name : String?
- #secret_name=(secret_name : String?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
Adapts a Secret into a volume.
The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.
Adapts a Secret into a volume.
The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.