Struct k8s_openapi::api::core::v1::NFSVolumeSource [−][src]
Expand description
Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.
Fields
path: StringPath that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
read_only: Option<bool>ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
server: StringServer is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NFSVolumeSourceimpl Send for NFSVolumeSourceimpl Sync for NFSVolumeSourceimpl Unpin for NFSVolumeSourceimpl UnwindSafe for NFSVolumeSourceBlanket Implementations
Mutably borrows from an owned value. Read more