pub struct FexitProgramBytecodeImage {
pub imagepullpolicy: Option<FexitProgramBytecodeImageImagepullpolicy>,
pub imagepullsecret: Option<FexitProgramBytecodeImageImagepullsecret>,
pub url: String,
}Expand description
Image used to specify a bytecode container image.
Fields§
§imagepullpolicy: Option<FexitProgramBytecodeImageImagepullpolicy>PullPolicy describes a policy for if/when to pull a bytecode image. Defaults to IfNotPresent.
imagepullsecret: Option<FexitProgramBytecodeImageImagepullsecret>ImagePullSecret is the name of the secret bpfman should use to get remote image repository secrets.
url: StringValid container image URL used to reference a remote bytecode image.
Trait Implementations§
Source§impl Clone for FexitProgramBytecodeImage
impl Clone for FexitProgramBytecodeImage
Source§fn clone(&self) -> FexitProgramBytecodeImage
fn clone(&self) -> FexitProgramBytecodeImage
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 Debug for FexitProgramBytecodeImage
impl Debug for FexitProgramBytecodeImage
Source§impl Default for FexitProgramBytecodeImage
impl Default for FexitProgramBytecodeImage
Source§fn default() -> FexitProgramBytecodeImage
fn default() -> FexitProgramBytecodeImage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FexitProgramBytecodeImage
impl<'de> Deserialize<'de> for FexitProgramBytecodeImage
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 FexitProgramBytecodeImage
Auto Trait Implementations§
impl Freeze for FexitProgramBytecodeImage
impl RefUnwindSafe for FexitProgramBytecodeImage
impl Send for FexitProgramBytecodeImage
impl Sync for FexitProgramBytecodeImage
impl Unpin for FexitProgramBytecodeImage
impl UnwindSafe for FexitProgramBytecodeImage
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