Skip to content

workflow.v1alpha1.ttlStrategy

"TTLStrategy is the strategy for the time to live depending on if the workflow succeeded or failed"

Index

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"