kubernetes/test/compatibility_lifecycle
Lalit Chauhan 0d5bdaedc9 promote MutatingAdmissionPolicy to v1: update plugin implementation
- Update MutatingAdmissionPolicy plugin to use v1 types.
2026-02-18 17:51:43 +00:00
..
cmd switch to latest sigs.k8s.io/yaml v1.5.0 (run update-gofmt.sh as well) 2025-06-25 11:42:12 -04:00
reference promote MutatingAdmissionPolicy to v1: update plugin implementation 2026-02-18 17:51:43 +00:00
main.go feat: Refactors featuregate lifecycle management script 2025-03-13 21:57:21 +00:00
OWNERS feat: Refactors featuregate lifecycle management script 2025-03-13 21:57:21 +00:00
README.md feat: Refactors featuregate lifecycle management script 2025-03-13 21:57:21 +00:00

This directory contains commands for compatibility lifecycle verification

Currently, the following commands are implemented:

# Verify feature gate list is up to date
go run test/compatibility_lifecycle/main.go feature-gates verify

# Update feature gate list
go run test/compatibility_lifecycle/main.go feature-gates update