Struct k8s_openapi::api::core::v1::FlockerVolumeSource [−][src]
pub struct FlockerVolumeSource {
pub dataset_name: Option<String>,
pub dataset_uuid: Option<String>,
}
Expand description
Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.
Fields
dataset_name: Option<String>
Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated
dataset_uuid: Option<String>
UUID of the dataset. This is unique identifier of a Flocker dataset
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 FlockerVolumeSource
impl Send for FlockerVolumeSource
impl Sync for FlockerVolumeSource
impl Unpin for FlockerVolumeSource
impl UnwindSafe for FlockerVolumeSource
Blanket Implementations
Mutably borrows from an owned value. Read more