pub struct QuobyteVolumeSource {
pub group: Option<String>,
pub read_only: Option<bool>,
pub registry: Option<String>,
pub tenant: Option<String>,
pub user: Option<String>,
pub volume: Option<String>,
}Expand description
Quobyte volumes do not support ownership management or SELinux relabeling.
Fields§
§group: Option<String>Group to map volume access to Default is no group +optional
read_only: Option<bool>ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +optional
registry: Option<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 +optional
user: Option<String>User to map volume access to Defaults to serivceaccount user +optional
volume: Option<String>Volume is a string that references an already created Quobyte volume by name.
Implementations§
Source§impl QuobyteVolumeSource
impl QuobyteVolumeSource
pub fn new() -> QuobyteVolumeSource
Trait Implementations§
Source§impl Clone for QuobyteVolumeSource
impl Clone for QuobyteVolumeSource
Source§fn clone(&self) -> QuobyteVolumeSource
fn clone(&self) -> QuobyteVolumeSource
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for QuobyteVolumeSource
impl Debug for QuobyteVolumeSource
Source§impl<'de> Deserialize<'de> for QuobyteVolumeSource
impl<'de> Deserialize<'de> for QuobyteVolumeSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl FromStr for QuobyteVolumeSource
Converts Query Parameters representation (style=form, explode=false) to a QuobyteVolumeSource value
as specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde deserializer
impl FromStr for QuobyteVolumeSource
Converts Query Parameters representation (style=form, explode=false) to a QuobyteVolumeSource value as specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde deserializer
Source§impl PartialEq for QuobyteVolumeSource
impl PartialEq for QuobyteVolumeSource
Source§impl Serialize for QuobyteVolumeSource
impl Serialize for QuobyteVolumeSource
Source§impl ToString for QuobyteVolumeSource
Converts the QuobyteVolumeSource value to the Query Parameters representation (style=form, explode=false)
specified in https://swagger.io/docs/specification/serialization/
Should be implemented in a serde serializer
impl ToString for QuobyteVolumeSource
Converts the QuobyteVolumeSource value to the Query Parameters representation (style=form, explode=false) specified in https://swagger.io/docs/specification/serialization/ Should be implemented in a serde serializer