Struct k8s_openapi::v1_8::api::core::v1::NFSVolumeSource [−][src]
Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.
Fields
path: String
Path 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: String
Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
Trait Implementations
impl Clone for NFSVolumeSource
[src]
impl Clone for NFSVolumeSource
fn clone(&self) -> NFSVolumeSource
[src]
fn clone(&self) -> NFSVolumeSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for NFSVolumeSource
[src]
impl Debug for NFSVolumeSource
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for NFSVolumeSource
[src]
impl Default for NFSVolumeSource
fn default() -> NFSVolumeSource
[src]
fn default() -> NFSVolumeSource
Returns the "default value" for a type. Read more
impl PartialEq for NFSVolumeSource
[src]
impl PartialEq for NFSVolumeSource
fn eq(&self, other: &NFSVolumeSource) -> bool
[src]
fn eq(&self, other: &NFSVolumeSource) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &NFSVolumeSource) -> bool
[src]
fn ne(&self, other: &NFSVolumeSource) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for NFSVolumeSource
[src]
impl<'de> Deserialize<'de> for NFSVolumeSource
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for NFSVolumeSource
[src]
impl Serialize for NFSVolumeSource
Auto Trait Implementations
impl Send for NFSVolumeSource
impl Send for NFSVolumeSource
impl Sync for NFSVolumeSource
impl Sync for NFSVolumeSource