workflow.v1alpha1.backoff
"Backoff is a backoff strategy to use within retryStrategy"
Index
Fields
fn withDuration
withDuration(duration)
"Duration is the amount to back off. Default unit is seconds, but could also be a duration (e.g. \"2m\", \"1h\")"
fn withFactor
withFactor(factor)
fn withMaxDuration
withMaxDuration(maxDuration)
"MaxDuration is the maximum amount of time allowed for the backoff strategy"