Unverified Commit 3bface11 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

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

update the feature comment
parents 993c6563 e8d4debb
...@@ -120,6 +120,7 @@ const ( ...@@ -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"
...@@ -147,6 +148,7 @@ const ( ...@@ -147,6 +148,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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment