Promote NonPreempt feature gate to beta (#91899)

* update nonpreempt featuregate to beta

* update
This commit is contained in:
Alex Wang
2020-06-30 15:02:56 +08:00
committed by GitHub
parent 850080c41f
commit 209117413f
19 changed files with 30 additions and 20 deletions

View File

@@ -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
}