pub struct DeviceConfigMetricsExporterRbacConfigClientCaConfigMap {
pub name: Option<String>,
}Expand description
Reference to a configmap containing the client CA (key: ca.crt) for mTLS client validation
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 DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl Clone for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
Source§fn clone(&self) -> DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
fn clone(&self) -> DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
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 DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl Default for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
Source§fn default() -> DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
fn default() -> DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl<'de> Deserialize<'de> for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
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 DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl PartialEq for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
Source§fn eq(
&self,
other: &DeviceConfigMetricsExporterRbacConfigClientCaConfigMap,
) -> bool
fn eq( &self, other: &DeviceConfigMetricsExporterRbacConfigClientCaConfigMap, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
Auto Trait Implementations§
impl Freeze for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl RefUnwindSafe for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl Send for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl Sync for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl Unpin for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
impl UnwindSafe for DeviceConfigMetricsExporterRbacConfigClientCaConfigMap
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