class
Kubernetes::Resources::Pod::Spec::Container::VolumeMount
- Kubernetes::Resources::Pod::Spec::Container::VolumeMount
- Reference
- Object
Included Modules
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
kubernetes/resources/pod/spec/container/volume_mount.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(name : String | Nil = nil, mountPath : String | Nil = nil, readOnly : Bool | Nil = nil)
Instance Method Summary
- #mountPath : String | Nil
- #mountPath=(mountPath : String | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #readOnly : Bool | Nil
- #readOnly=(readOnly : Bool | Nil)
Constructor Detail
def self.new(name : String | Nil = nil, mountPath : String | Nil = nil, readOnly : Bool | Nil = nil)
#