mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
When a test enables a feature gate introduced after 1.35, the "hand written validation" sub-test fails because SetFeatureGateEmulationVersionDuringTest cannot downgrade to 1.35 for features that did not exist at that version. This adds a WithMinEmulationVersion option so callers can declare the minimum supported emulation version and skip the sub-test when incompatible.