workflow.v1alpha1.ttlStrategy
"TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed"
Index
fn withSecondsAfterCompletion(secondsAfterCompletion)
fn withSecondsAfterFailure(secondsAfterFailure)
fn withSecondsAfterSuccess(secondsAfterSuccess)
Fields
fn withSecondsAfterCompletion
withSecondsAfterCompletion(secondsAfterCompletion)
"SecondsAfterCompletion is the number of seconds to live after completion"
fn withSecondsAfterFailure
withSecondsAfterFailure(secondsAfterFailure)
"SecondsAfterFailure is the number of seconds to live after failure"
fn withSecondsAfterSuccess
withSecondsAfterSuccess(secondsAfterSuccess)
"SecondsAfterSuccess is the number of seconds to live after success"