Skip to content

Commit

Permalink
Remove comments before the deprecation plan is in place.
Browse files Browse the repository at this point in the history
  • Loading branch information
cici37 committed May 10, 2024
1 parent 2afb70b commit a3f4f21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -1270,9 +1270,9 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

genericfeatures.StorageVersionHash: {Default: true, PreRelease: featuregate.Beta},

genericfeatures.StrictCostEnforcementForVAP: {Default: false, PreRelease: featuregate.Beta}, // deprecating in 1.32
genericfeatures.StrictCostEnforcementForVAP: {Default: false, PreRelease: featuregate.Beta},

genericfeatures.StrictCostEnforcementForWebhooks: {Default: false, PreRelease: featuregate.Beta}, // deprecating in 1.32
genericfeatures.StrictCostEnforcementForWebhooks: {Default: false, PreRelease: featuregate.Beta},

genericfeatures.StructuredAuthenticationConfiguration: {Default: true, PreRelease: featuregate.Beta},

Expand Down
4 changes: 2 additions & 2 deletions staging/src/k8s.io/apiserver/pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

StorageVersionHash: {Default: true, PreRelease: featuregate.Beta},

StrictCostEnforcementForVAP: {Default: false, PreRelease: featuregate.Beta}, // deprecating in 1.32
StrictCostEnforcementForVAP: {Default: false, PreRelease: featuregate.Beta},

StrictCostEnforcementForWebhooks: {Default: false, PreRelease: featuregate.Beta}, // deprecating in 1.32
StrictCostEnforcementForWebhooks: {Default: false, PreRelease: featuregate.Beta},

StructuredAuthenticationConfiguration: {Default: true, PreRelease: featuregate.Beta},

Expand Down

0 comments on commit a3f4f21

Please sign in to comment.