ArgoWorkflows::IoArgoprojWorkflowV1alpha1ContainerSetRetryStrategy

Properties

Name Type Description Notes
duration String Duration is the time between each retry, examples values are "300ms", "1s" or "5m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". [optional]
retries IoK8sApimachineryPkgUtilIntstrIntOrString Retries is the maximum number of retry attempts for each container. It does not include the first, original attempt; the maximum number of total attempts will be `retries + 1`.