mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 01:50:55 +00:00
Promote NonPreempt feature gate to beta (#91899)
* update nonpreempt featuregate to beta * update
This commit is contained in:
@@ -69,7 +69,7 @@ type PriorityClass struct {
|
||||
Description string
|
||||
|
||||
// PreemptionPolicy it the Policy for preempting pods with lower priority.
|
||||
// This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.
|
||||
// This field is beta-level.
|
||||
// +optional
|
||||
PreemptionPolicy *core.PreemptionPolicy
|
||||
}
|
||||
|
Reference in New Issue
Block a user