Skip to content

Commit 36471bb

Browse files
lukasmetznerk8s-publishing-bot
authored andcommitted
docs: cleanup docstrings
Kubernetes-commit: b68fd5e5336311cb520d7b558fd6c38c4298544e
1 parent c8cfe82 commit 36471bb

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pkg/features/kube_features.go

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,8 @@ import (
3131
// of code conflicts because changes are more likely to be scattered
3232
// across the file.
3333
const (
34-
// Every feature gate should add method here following this template:
35-
//
36-
// // owner: @username
37-
// MyFeature featuregate.Feature = "MyFeature"
38-
//
39-
// Feature gates should be listed in alphabetical, case-sensitive
40-
// (upper before any lower case character) order. This reduces the risk
41-
// of code conflicts because changes are more likely to be scattered
42-
// across the file.
43-
4434
// owner: @lukasmetzner
35+
// kep: http://kep.k8s.io/5237
4536
// Use watch based route controller reconciliation instead of frequent periodic reconciliation.
4637
CloudControllerManagerWatchBasedRoutesReconciliation featuregate.Feature = "CloudControllerManagerWatchBasedRoutesReconciliation"
4738

0 commit comments

Comments
 (0)