Merge pull request #121765 from mimowo/ready-pods-stable-api

Fix API comment for the Job ready field
This commit is contained in:
Kubernetes Prow Robot
2023-11-07 23:52:12 +01:00
committed by GitHub
7 changed files with 4 additions and 13 deletions

View File

@@ -15685,7 +15685,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 beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default).",
Description: "The number of pods which have a Ready condition.",
Type: []string{"integer"},
Format: "int32",
},