mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-23 02:00:12 +00:00
* Add FileKeyRef field and struct to the Pod API * Add the implementation code in the kubelet. * Add validation code * Add basic functionality e2e tests * add codes for drop disabled pod fields * update go.mod
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