Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 761 Bytes

V1alpha1TTLStrategy.md

File metadata and controls

13 lines (9 loc) · 761 Bytes

V1alpha1TTLStrategy

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

Properties

Name Type Description Notes
seconds_after_completion int SecondsAfterCompletion is the number of seconds to live after completion [optional]
seconds_after_failure int SecondsAfterFailure is the number of seconds to live after failure [optional]
seconds_after_success int SecondsAfterSuccess is the number of seconds to live after success [optional]

[Back to Model list] [Back to API list] [Back to README]