From e7adb43e4b455bbd8d7b7900506fd9d818bafebd Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Mon, 4 May 2026 16:45:18 +0200 Subject: [PATCH] Generated changes Signed-off-by: Maciej Szulik Kubernetes-commit: 978f5741d81a448fd7e4339e5ca99c8c75c92862 --- applyconfigurations/batch/v1/jobstatus.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/applyconfigurations/batch/v1/jobstatus.go b/applyconfigurations/batch/v1/jobstatus.go index 0e11fd9be..8260f4b6d 100644 --- a/applyconfigurations/batch/v1/jobstatus.go +++ b/applyconfigurations/batch/v1/jobstatus.go @@ -69,9 +69,6 @@ type JobStatusApplyConfiguration struct { Failed *int32 `json:"failed,omitempty"` // The number of pods which are terminating (in phase Pending or Running // and have a deletionTimestamp). - // - // This field is beta-level. The job controller populates the field when - // the feature gate JobPodReplacementPolicy is enabled (enabled by default). Terminating *int32 `json:"terminating,omitempty"` // completedIndexes holds the completed indexes when .spec.completionMode = // "Indexed" in a text format. The indexes are represented as decimal integers