Files
c/kubernetes/docs/v1_success_policy.md
Kubernetes Prow Robot c97b51f36a Automated openapi generation from release-1.30
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2024-05-18 13:20:54 +00:00

859 B

v1_success_policy_t

Properties

Name Type Description Notes
rules list_t * 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.

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