mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-14 19:17:56 +00:00
Generated changes
Signed-off-by: Maciej Szulik <soltysh@gmail.com> Kubernetes-commit: 978f5741d81a448fd7e4339e5ca99c8c75c92862
This commit is contained in:
committed by
Kubernetes Publisher
parent
24705f39ff
commit
e7adb43e4b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user