Skip to content

Commit 7b5cbbb

Browse files
committed
chore: Remove unused unversioned feature gate map by consolidating feature gate files
1 parent 664d405 commit 7b5cbbb

File tree

5 files changed

+870
-911
lines changed

5 files changed

+870
-911
lines changed

hack/verify-test-featuregates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343

4444

4545
# ensure all generic features are added in alphabetic order
46-
lines=$(git grep 'genericfeatures[.].*:' -- pkg/features/versioned_kube_features.go)
46+
lines=$(git grep 'genericfeatures[.].*:' -- pkg/features/kube_features.go)
4747
sorted_lines=$(echo "$lines" | sort -f)
4848
if [[ "$lines" != "$sorted_lines" ]]; then
4949
echo "Generic features in pkg/features/kube_features.go not sorted" >&2

0 commit comments

Comments
 (0)