File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,8 @@ import (
3131// of code conflicts because changes are more likely to be scattered
3232// across the file.
3333const (
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
You can’t perform that action at this time.
0 commit comments