mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Scheduler: Fix the feature stage of preemptionPolicy in the API comment
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
This commit is contained in:
parent
fae7ec4a37
commit
c8d18da437
@ -69,7 +69,8 @@ type PriorityClass struct {
|
|||||||
Description string
|
Description string
|
||||||
|
|
||||||
// preemptionPolicy it the Policy for preempting pods with lower priority.
|
// 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
|
// +optional
|
||||||
PreemptionPolicy *core.PreemptionPolicy
|
PreemptionPolicy *core.PreemptionPolicy
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user