Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 827 Bytes

V1SuccessPolicy.md

File metadata and controls

14 lines (6 loc) · 827 Bytes

V1SuccessPolicy

SuccessPolicy describes when a Job can be declared as succeeded based on the success of some indexes.

Properties

Name Type Description Notes
rules List<V1SuccessPolicyRule> rules represents the list of alternative rules for the declaring the Jobs as successful before `.status.succeeded >= .spec.completions`. Once any of the rules are met, the &quot;SucceededCriteriaMet&quot; condition is added, and the lingering pods are removed. The terminal state for such a Job has the &quot;Complete&quot; condition. Additionally, these rules are evaluated in order; Once the Job meets one of the rules, other rules are ignored. At most 20 elements are allowed.