pub struct IoArgoprojWorkflowV1alpha1ContainerSetTemplate {
pub containers: Vec<IoArgoprojWorkflowV1alpha1ContainerNode>,
pub retry_strategy: Option<IoArgoprojWorkflowV1alpha1ContainerSetRetryStrategy>,
pub volume_mounts: Vec<IoK8sApiCoreV1VolumeMount>,
}Fields§
§containers: Vec<IoArgoprojWorkflowV1alpha1ContainerNode>§retry_strategy: Option<IoArgoprojWorkflowV1alpha1ContainerSetRetryStrategy>RetryStrategy describes how to retry a container nodes in the container set if it fails. Nbr of retries(default 0) and sleep duration between retries(default 0s, instant retry) can be set.
volume_mounts: Vec<IoK8sApiCoreV1VolumeMount>Trait Implementations§
Source§impl Clone for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
impl Clone for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
Source§fn clone(&self) -> IoArgoprojWorkflowV1alpha1ContainerSetTemplate
fn clone(&self) -> IoArgoprojWorkflowV1alpha1ContainerSetTemplate
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<'de> Deserialize<'de> for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
impl<'de> Deserialize<'de> for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
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 From<&IoArgoprojWorkflowV1alpha1ContainerSetTemplate> for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
impl From<&IoArgoprojWorkflowV1alpha1ContainerSetTemplate> for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
Source§fn from(value: &IoArgoprojWorkflowV1alpha1ContainerSetTemplate) -> Self
fn from(value: &IoArgoprojWorkflowV1alpha1ContainerSetTemplate) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
impl RefUnwindSafe for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
impl Send for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
impl Sync for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
impl Unpin for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
impl UnwindSafe for IoArgoprojWorkflowV1alpha1ContainerSetTemplate
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