Struct k8s_openapi::api::core::v1::PhotonPersistentDiskVolumeSource
source · [−]Expand description
Represents a Photon Controller persistent disk resource.
Fields
fs_type: Option<String>Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. “ext4”, “xfs”, “ntfs”. Implicitly inferred to be “ext4” if unspecified.
pd_id: StringID that identifies Photon Controller persistent disk
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 Send for PhotonPersistentDiskVolumeSource
impl Sync for PhotonPersistentDiskVolumeSource
impl Unpin for PhotonPersistentDiskVolumeSource
Blanket Implementations
Mutably borrows from an owned value. Read more