mirror of https://github.com/k3s-io/k3s
update the feature comment
parent
fad23990ce
commit
e8d4debbfc
|
@ -120,6 +120,7 @@ const (
|
||||||
|
|
||||||
// owner: @bsalamat
|
// owner: @bsalamat
|
||||||
// alpha: v1.8
|
// alpha: v1.8
|
||||||
|
// beta: v1.11
|
||||||
//
|
//
|
||||||
// Add priority to pods. Priority affects scheduling and preemption of pods.
|
// Add priority to pods. Priority affects scheduling and preemption of pods.
|
||||||
PodPriority utilfeature.Feature = "PodPriority"
|
PodPriority utilfeature.Feature = "PodPriority"
|
||||||
|
@ -153,6 +154,7 @@ const (
|
||||||
|
|
||||||
// owner: @ConnorDoyle
|
// owner: @ConnorDoyle
|
||||||
// alpha: v1.8
|
// alpha: v1.8
|
||||||
|
// beta: v1.10
|
||||||
//
|
//
|
||||||
// Alternative container-level CPU affinity policies.
|
// Alternative container-level CPU affinity policies.
|
||||||
CPUManager utilfeature.Feature = "CPUManager"
|
CPUManager utilfeature.Feature = "CPUManager"
|
||||||
|
|
Loading…
Reference in New Issue