Merge pull request #71445 from charrywanganthony/feature-version-fix

update the feature comment
pull/564/head
Kubernetes Prow Robot 2019-01-01 07:35:47 -08:00 committed by GitHub
commit 3bface1139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ const (
// owner: @bsalamat
// alpha: v1.8
// beta: v1.11
//
// Add priority to pods. Priority affects scheduling and preemption of pods.
PodPriority utilfeature.Feature = "PodPriority"
@ -147,6 +148,7 @@ const (
// owner: @ConnorDoyle
// alpha: v1.8
// beta: v1.10
//
// Alternative container-level CPU affinity policies.
CPUManager utilfeature.Feature = "CPUManager"