pub struct FentryProgramBytecodeImageImagepullsecret {
pub name: String,
pub namespace: String,
}Expand description
ImagePullSecret is the name of the secret bpfman should use to get remote image repository secrets.
Fields§
§name: StringName of the secret which contains the credentials to access the image repository.
namespace: StringNamespace of the secret which contains the credentials to access the image repository.
Trait Implementations§
Source§impl Clone for FentryProgramBytecodeImageImagepullsecret
impl Clone for FentryProgramBytecodeImageImagepullsecret
Source§fn clone(&self) -> FentryProgramBytecodeImageImagepullsecret
fn clone(&self) -> FentryProgramBytecodeImageImagepullsecret
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 FentryProgramBytecodeImageImagepullsecret
impl Default for FentryProgramBytecodeImageImagepullsecret
Source§fn default() -> FentryProgramBytecodeImageImagepullsecret
fn default() -> FentryProgramBytecodeImageImagepullsecret
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FentryProgramBytecodeImageImagepullsecret
impl<'de> Deserialize<'de> for FentryProgramBytecodeImageImagepullsecret
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 FentryProgramBytecodeImageImagepullsecret
impl PartialEq for FentryProgramBytecodeImageImagepullsecret
Source§fn eq(&self, other: &FentryProgramBytecodeImageImagepullsecret) -> bool
fn eq(&self, other: &FentryProgramBytecodeImageImagepullsecret) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FentryProgramBytecodeImageImagepullsecret
Auto Trait Implementations§
impl Freeze for FentryProgramBytecodeImageImagepullsecret
impl RefUnwindSafe for FentryProgramBytecodeImageImagepullsecret
impl Send for FentryProgramBytecodeImageImagepullsecret
impl Sync for FentryProgramBytecodeImageImagepullsecret
impl Unpin for FentryProgramBytecodeImageImagepullsecret
impl UnwindSafe for FentryProgramBytecodeImageImagepullsecret
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