Fix dependencies
This commit is contained in:
2
vendor/k8s.io/api/scheduling/v1beta1/generated.proto
generated
vendored
2
vendor/k8s.io/api/scheduling/v1beta1/generated.proto
generated
vendored
@ -58,7 +58,7 @@ message PriorityClass {
|
||||
// PreemptionPolicy is the Policy for preempting pods with lower priority.
|
||||
// One of Never, PreemptLowerPriority.
|
||||
// Defaults to PreemptLowerPriority if unset.
|
||||
// This field is beta-level, gated by the NonPreemptingPriority feature-gate.
|
||||
// This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
|
||||
// +optional
|
||||
optional string preemptionPolicy = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user