mirror of https://github.com/k3s-io/k3s
Merge pull request #45436 from verb/nit-kubelet-featuregate-template
Automatic merge from submit-queue (batch tested with PRs 42256, 46479, 45436, 46440, 46417) Fix features template comment to match current usage **What this PR does / why we need it**: Corrects a comment in pkg/features **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: **Special notes for your reviewer**: **Release note**: ```release-note NONE ```pull/6/head
commit
09a2b6b7d1
|
@ -25,8 +25,8 @@ const (
|
|||
// Every feature gate should add method here following this template:
|
||||
//
|
||||
// // owner: @username
|
||||
// // alpha: v1.4
|
||||
// MyFeature() bool
|
||||
// // alpha: v1.X
|
||||
// MyFeature utilfeature.Feature = "MyFeature"
|
||||
|
||||
// owner: @timstclair
|
||||
// beta: v1.4
|
||||
|
|
Loading…
Reference in New Issue