pub struct DeviceConfigConfigManagerImageRegistrySecret {
pub name: Option<String>,
}Expand description
config manager image registry secret used to pull/push images
Fields§
§name: Option<String>Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
Trait Implementations§
Source§impl Clone for DeviceConfigConfigManagerImageRegistrySecret
impl Clone for DeviceConfigConfigManagerImageRegistrySecret
Source§fn clone(&self) -> DeviceConfigConfigManagerImageRegistrySecret
fn clone(&self) -> DeviceConfigConfigManagerImageRegistrySecret
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 Default for DeviceConfigConfigManagerImageRegistrySecret
impl Default for DeviceConfigConfigManagerImageRegistrySecret
Source§fn default() -> DeviceConfigConfigManagerImageRegistrySecret
fn default() -> DeviceConfigConfigManagerImageRegistrySecret
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceConfigConfigManagerImageRegistrySecret
impl<'de> Deserialize<'de> for DeviceConfigConfigManagerImageRegistrySecret
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
Source§impl PartialEq for DeviceConfigConfigManagerImageRegistrySecret
impl PartialEq for DeviceConfigConfigManagerImageRegistrySecret
Source§fn eq(&self, other: &DeviceConfigConfigManagerImageRegistrySecret) -> bool
fn eq(&self, other: &DeviceConfigConfigManagerImageRegistrySecret) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeviceConfigConfigManagerImageRegistrySecret
Auto Trait Implementations§
impl Freeze for DeviceConfigConfigManagerImageRegistrySecret
impl RefUnwindSafe for DeviceConfigConfigManagerImageRegistrySecret
impl Send for DeviceConfigConfigManagerImageRegistrySecret
impl Sync for DeviceConfigConfigManagerImageRegistrySecret
impl Unpin for DeviceConfigConfigManagerImageRegistrySecret
impl UnwindSafe for DeviceConfigConfigManagerImageRegistrySecret
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