diff --git a/pkg/apis/scheduling/types.go b/pkg/apis/scheduling/types.go index 0f86126dc85..68daf016811 100644 --- a/pkg/apis/scheduling/types.go +++ b/pkg/apis/scheduling/types.go @@ -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 }