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
Instance Method Summary
- #mountPath : String | Nil
- #mountPath=(mountPath : String | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #readOnly : Bool | Nil
- #readOnly=(readOnly : Bool | Nil)