[−][src]Struct k8s_openapi::api::core::v1::QuobyteVolumeSource
Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.
Fields
group: Option<String>
Group to map volume access to Default is no group
read_only: Option<bool>
ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false.
registry: String
Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes
tenant: Option<String>
Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin
user: Option<String>
User to map volume access to Defaults to serivceaccount user
volume: String
Volume is a string that references an already created Quobyte volume by name.
Trait Implementations
impl Clone for QuobyteVolumeSource
[src]
pub fn clone(&self) -> QuobyteVolumeSource
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for QuobyteVolumeSource
[src]
impl Default for QuobyteVolumeSource
[src]
pub fn default() -> QuobyteVolumeSource
[src]
impl<'de> Deserialize<'de> for QuobyteVolumeSource
[src]
pub fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<QuobyteVolumeSource> for QuobyteVolumeSource
[src]
pub fn eq(&self, other: &QuobyteVolumeSource) -> bool
[src]
pub fn ne(&self, other: &QuobyteVolumeSource) -> bool
[src]
impl Serialize for QuobyteVolumeSource
[src]
impl StructuralPartialEq for QuobyteVolumeSource
[src]
Auto Trait Implementations
impl RefUnwindSafe for QuobyteVolumeSource
[src]
impl Send for QuobyteVolumeSource
[src]
impl Sync for QuobyteVolumeSource
[src]
impl Unpin for QuobyteVolumeSource
[src]
impl UnwindSafe for QuobyteVolumeSource
[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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,