pub struct FluentBitPositionDbFlocker {
pub dataset_name: Option<String>,
pub dataset_uuid: Option<String>,
}Expand description
flocker represents a Flocker volume attached to a kubelet’s host machine. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
Fields§
§dataset_name: Option<String>datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated
dataset_uuid: Option<String>datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset
Trait Implementations§
Source§impl Clone for FluentBitPositionDbFlocker
impl Clone for FluentBitPositionDbFlocker
Source§fn clone(&self) -> FluentBitPositionDbFlocker
fn clone(&self) -> FluentBitPositionDbFlocker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FluentBitPositionDbFlocker
impl Debug for FluentBitPositionDbFlocker
Source§impl Default for FluentBitPositionDbFlocker
impl Default for FluentBitPositionDbFlocker
Source§fn default() -> FluentBitPositionDbFlocker
fn default() -> FluentBitPositionDbFlocker
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FluentBitPositionDbFlocker
impl<'de> Deserialize<'de> for FluentBitPositionDbFlocker
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>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for FluentBitPositionDbFlocker
Auto Trait Implementations§
impl Freeze for FluentBitPositionDbFlocker
impl RefUnwindSafe for FluentBitPositionDbFlocker
impl Send for FluentBitPositionDbFlocker
impl Sync for FluentBitPositionDbFlocker
impl Unpin for FluentBitPositionDbFlocker
impl UnwindSafe for FluentBitPositionDbFlocker
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more