File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ const (
5555 //
5656 // alpha: v1.1
5757 KubeadmBootstrapFormatIgnition featuregate.Feature = "KubeadmBootstrapFormatIgnition"
58+
59+ // LazyRestmapper is a feature gate for the Lazy Restmapper functionality.
60+ //
61+ // alpha: v1.4
62+ LazyRestmapper featuregate.Feature = "LazyRestmapper"
5863)
5964
6065func init () {
@@ -70,4 +75,5 @@ var defaultClusterAPIFeatureGates = map[featuregate.Feature]featuregate.FeatureS
7075 ClusterTopology : {Default : false , PreRelease : featuregate .Alpha },
7176 KubeadmBootstrapFormatIgnition : {Default : false , PreRelease : featuregate .Alpha },
7277 RuntimeSDK : {Default : false , PreRelease : featuregate .Alpha },
78+ LazyRestmapper : {Default : false , PreRelease : featuregate .Alpha },
7379}
You can’t perform that action at this time.
0 commit comments