19 lines
356 B
Markdown
19 lines
356 B
Markdown
---
|
|
title: JobSuccessPolicy
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.30"
|
|
toVersion: "1.30"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.31"
|
|
---
|
|
Allow users to specify when a Job can be declared as succeeded based on the set of succeeded pods.
|