mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 18:28:18 -05:00
Merge pull request #123182 from tenzen-y/fix-nonpreemptionpolicy-stage
Scheduler: Fix the feature stage of preemptionPolicy in the API comment
This commit is contained in:
commit
f07b47c3d1
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ type PriorityClass struct {
|
|||
Description string
|
||||
|
||||
// preemptionPolicy it the Policy for preempting pods with lower priority.
|
||||
// This field is beta-level.
|
||||
// One of Never, PreemptLowerPriority.
|
||||
// Defaults to PreemptLowerPriority if unset.
|
||||
// +optional
|
||||
PreemptionPolicy *core.PreemptionPolicy
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue