class K8S::Api::Core::V1::NFSVolumeSource
- K8S::Api::Core::V1::NFSVolumeSource
 - Reference
 - Object
 
Overview
Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/core/v1/nfs_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, path : String, server : String, read_only : Bool? = nil)
 
Instance Method Summary
- #path : String
 - #path=(path : String)
 - #read_only : Bool?
 - #read_only=(read_only : Bool?)
 - #server : String
 - #server=(server : String)