pub struct AirflowClusterImagePullSecrets {
pub name: String,
}Expand description
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
Fields§
§name: StringName 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 AirflowClusterImagePullSecrets
impl Clone for AirflowClusterImagePullSecrets
Source§fn clone(&self) -> AirflowClusterImagePullSecrets
fn clone(&self) -> AirflowClusterImagePullSecrets
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AirflowClusterImagePullSecrets
impl Default for AirflowClusterImagePullSecrets
Source§fn default() -> AirflowClusterImagePullSecrets
fn default() -> AirflowClusterImagePullSecrets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AirflowClusterImagePullSecrets
impl<'de> Deserialize<'de> for AirflowClusterImagePullSecrets
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 AirflowClusterImagePullSecrets
Auto Trait Implementations§
impl Freeze for AirflowClusterImagePullSecrets
impl RefUnwindSafe for AirflowClusterImagePullSecrets
impl Send for AirflowClusterImagePullSecrets
impl Sync for AirflowClusterImagePullSecrets
impl Unpin for AirflowClusterImagePullSecrets
impl UnsafeUnpin for AirflowClusterImagePullSecrets
impl UnwindSafe for AirflowClusterImagePullSecrets
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