pub struct LocalObjectReference {
pub name: String,
}Expand description
K8s LocalObjectReference — just a Secret name in the
workflow’s own namespace. Argo’s ImagePullSecrets is
[]LocalObjectReference.
Fields§
§name: StringTrait Implementations§
Source§impl Clone for LocalObjectReference
impl Clone for LocalObjectReference
Source§fn clone(&self) -> LocalObjectReference
fn clone(&self) -> LocalObjectReference
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 Debug for LocalObjectReference
impl Debug for LocalObjectReference
Source§impl Default for LocalObjectReference
impl Default for LocalObjectReference
Source§fn default() -> LocalObjectReference
fn default() -> LocalObjectReference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LocalObjectReference
impl<'de> Deserialize<'de> for LocalObjectReference
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 LocalObjectReference
impl PartialEq for LocalObjectReference
Source§impl Serialize for LocalObjectReference
impl Serialize for LocalObjectReference
impl StructuralPartialEq for LocalObjectReference
Auto Trait Implementations§
impl Freeze for LocalObjectReference
impl RefUnwindSafe for LocalObjectReference
impl Send for LocalObjectReference
impl Sync for LocalObjectReference
impl Unpin for LocalObjectReference
impl UnsafeUnpin for LocalObjectReference
impl UnwindSafe for LocalObjectReference
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