Files
kubernetes/test/featuregates_linter
Kubernetes Prow Robot c5b83f7c6c Merge pull request #129375 from carlory/remove-fg-AppArmor
Remove general available feature-gate AppArmor
2025-03-02 05:18:55 -08:00
..
2024-12-31 15:09:45 +08:00

This directory contains static analysis scripts for verify functions.

Currently, the following commands are implemented:

go run test/featuregates_linter/main.go feature-gates verify-no-new-unversioned --new-features-file="${new_features_file}" --old-features-file="${old_features_file}"

go run test/featuregates_linter/main.go feature-gates verify-alphabetic-order --features-file="${features_file}"