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
Kubernetes Submit Queue 2017-05-26 15:59:01 -07:00 committed by GitHub
commit 09a2b6b7d1
1 changed files with 2 additions and 2 deletions

View File

@ -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