Struct k8s_openapi::api::core::v1::PortworxVolumeSource [−][src]
pub struct PortworxVolumeSource {
pub fs_type: Option<String>,
pub read_only: Option<bool>,
pub volume_id: String,
}Expand description
PortworxVolumeSource represents a Portworx volume resource.
Fields
fs_type: Option<String>FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”. Implicitly inferred to be “ext4” if unspecified.
read_only: Option<bool>Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.
volume_id: StringVolumeID uniquely identifies a Portworx volume
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 PortworxVolumeSourceimpl Send for PortworxVolumeSourceimpl Sync for PortworxVolumeSourceimpl Unpin for PortworxVolumeSourceimpl UnwindSafe for PortworxVolumeSourceBlanket Implementations
Mutably borrows from an owned value. Read more