Merge pull request #105687 from alculquicondor/job-tracking

Graduate JobTrackingWithFinalizers to beta
This commit is contained in:
Kubernetes Prow Robot
2021-10-19 11:40:37 -07:00
committed by GitHub
7 changed files with 16 additions and 12 deletions

View File

@@ -274,8 +274,9 @@ type JobStatus struct {
// (3) Remove the pod UID from the array while increasing the corresponding
// counter.
//
// This field is alpha-level. The job controller only makes use of this field
// when the feature gate JobTrackingWithFinalizers is enabled.
// This field is beta-level. The job controller only makes use of this field
// when the feature gate JobTrackingWithFinalizers is enabled (enabled
// by default).
// Old jobs might not be tracked using this field, in which case the field
// remains null.
// +optional