pub struct PodGc {
pub strategy: String,
}Expand description
Argo podGC: when to delete the Workflow’s pods.
Fields§
§strategy: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for PodGc
impl<'de> Deserialize<'de> for PodGc
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 PodGc
Auto Trait Implementations§
impl Freeze for PodGc
impl RefUnwindSafe for PodGc
impl Send for PodGc
impl Sync for PodGc
impl Unpin for PodGc
impl UnsafeUnpin for PodGc
impl UnwindSafe for PodGc
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