Commit 09a2b6b7 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents 55e2bfde 7bc86ec1
......@@ -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
......
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