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 (
55
55
//
56
56
// alpha: v1.1
57
57
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"
58
63
)
59
64
60
65
func init () {
@@ -70,4 +75,5 @@ var defaultClusterAPIFeatureGates = map[featuregate.Feature]featuregate.FeatureS
70
75
ClusterTopology : {Default : false , PreRelease : featuregate .Alpha },
71
76
KubeadmBootstrapFormatIgnition : {Default : false , PreRelease : featuregate .Alpha },
72
77
RuntimeSDK : {Default : false , PreRelease : featuregate .Alpha },
78
+ LazyRestmapper : {Default : false , PreRelease : featuregate .Alpha },
73
79
}
You can’t perform that action at this time.
0 commit comments