[−][src]Struct k8s_openapi::api::core::v1::CinderVolumeSource
Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.
Fields
fs_type: Option<String>
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
read_only: Option<bool>
Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
secret_ref: Option<LocalObjectReference>
Optional: points to a secret object containing parameters used to connect to OpenStack.
volume_id: String
volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
Trait Implementations
impl Clone for CinderVolumeSource
[src][+]
impl Debug for CinderVolumeSource
[src][+]
impl Default for CinderVolumeSource
[src][+]
impl<'de> Deserialize<'de> for CinderVolumeSource
[src][+]
impl PartialEq<CinderVolumeSource> for CinderVolumeSource
[src][+]
impl Serialize for CinderVolumeSource
[src][+]
impl StructuralPartialEq for CinderVolumeSource
[src]
Auto Trait Implementations
impl RefUnwindSafe for CinderVolumeSource
[src]
impl Send for CinderVolumeSource
[src]
impl Sync for CinderVolumeSource
[src]
impl Unpin for CinderVolumeSource
[src]
impl UnwindSafe for CinderVolumeSource
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,