mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-27 18:19:28 +00:00
- rename featuregate_linter to compatibility_lifecycle - add feature removal verify to follow N+3 rule - remove unversioned related operation - rename yaml folder name to "reference"
451 B
451 B
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