Merge pull request #107476 from alculquicondor/job-ready

Graduate JobReadyPods to beta
This commit is contained in:
Kubernetes Prow Robot
2022-03-29 16:08:06 -07:00
committed by GitHub
11 changed files with 100 additions and 28 deletions

View File

@@ -13101,7 +13101,7 @@ func schema_k8sio_api_batch_v1_JobStatus(ref common.ReferenceCallback) common.Op
},
"ready": {
SchemaProps: spec.SchemaProps{
Description: "The number of pods which have a Ready condition.\n\nThis field is alpha-level. The job controller populates the field when the feature gate JobReadyPods is enabled (disabled by default).",
Description: "The number of pods which have a Ready condition.\n\nThis field is beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default).",
Type: []string{"integer"},
Format: "int32",
},