Struct k8s_openapi::v1_9::api::core::v1::PhotonPersistentDiskVolumeSource [−][src]
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: String
ID that identifies Photon Controller persistent disk
Trait Implementations
impl Clone for PhotonPersistentDiskVolumeSource
[src]
impl Clone for PhotonPersistentDiskVolumeSource
fn clone(&self) -> PhotonPersistentDiskVolumeSource
[src]
fn clone(&self) -> PhotonPersistentDiskVolumeSource
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)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for PhotonPersistentDiskVolumeSource
[src]
impl Debug for PhotonPersistentDiskVolumeSource
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 PhotonPersistentDiskVolumeSource
[src]
impl Default for PhotonPersistentDiskVolumeSource
fn default() -> PhotonPersistentDiskVolumeSource
[src]
fn default() -> PhotonPersistentDiskVolumeSource
Returns the "default value" for a type. Read more
impl PartialEq for PhotonPersistentDiskVolumeSource
[src]
impl PartialEq for PhotonPersistentDiskVolumeSource
fn eq(&self, other: &PhotonPersistentDiskVolumeSource) -> bool
[src]
fn eq(&self, other: &PhotonPersistentDiskVolumeSource) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &PhotonPersistentDiskVolumeSource) -> bool
[src]
fn ne(&self, other: &PhotonPersistentDiskVolumeSource) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for PhotonPersistentDiskVolumeSource
[src]
impl<'de> Deserialize<'de> for PhotonPersistentDiskVolumeSource
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 PhotonPersistentDiskVolumeSource
[src]
impl Serialize for PhotonPersistentDiskVolumeSource
Auto Trait Implementations
impl Send for PhotonPersistentDiskVolumeSource
impl Send for PhotonPersistentDiskVolumeSource
impl Sync for PhotonPersistentDiskVolumeSource
impl Sync for PhotonPersistentDiskVolumeSource