Update dependencies for k8s v1.29.0
This commit is contained in:
7
vendor/k8s.io/api/batch/v1/generated.proto
generated
vendored
7
vendor/k8s.io/api/batch/v1/generated.proto
generated
vendored
@@ -326,7 +326,8 @@ message JobSpec {
|
||||
//
|
||||
// When using podFailurePolicy, Failed is the the only allowed value.
|
||||
// TerminatingOrFailed and Failed are allowed values when podFailurePolicy is not in use.
|
||||
// This is an alpha field. Enable JobPodReplacementPolicy to be able to use this field.
|
||||
// This is an beta field. To use this, enable the JobPodReplacementPolicy feature toggle.
|
||||
// This is on by default.
|
||||
// +optional
|
||||
optional string podReplacementPolicy = 14;
|
||||
}
|
||||
@@ -375,8 +376,8 @@ message JobStatus {
|
||||
// The number of pods which are terminating (in phase Pending or Running
|
||||
// and have a deletionTimestamp).
|
||||
//
|
||||
// This field is alpha-level. The job controller populates the field when
|
||||
// the feature gate JobPodReplacementPolicy is enabled (disabled by default).
|
||||
// This field is beta-level. The job controller populates the field when
|
||||
// the feature gate JobPodReplacementPolicy is enabled (enabled by default).
|
||||
// +optional
|
||||
optional int32 terminating = 11;
|
||||
|
||||
|
Reference in New Issue
Block a user