kubernetes/pkg
Your Name 66a7bd6de6 Fix TestEtcdStoragePath for MutatingAdmissionPolicy emulation
This commit fixes a failure in TestEtcdStoragePath when emulating version 1.34. The test failure was caused by the removal of alpha versions from the test data during emulation, which prevented 'storageVersionAtEmulationVersion' from correctly resolving the storage version for MutatingAdmissionPolicy (which relies on v1alpha1 in this compatibility mode).

Changes:

- Updated GetEtcdStorageDataServedAt in test/integration/etcd/data.go to pass a full copy of etcdStorageData (including alpha versions) to storageVersionAtEmulationVersion.

- Added ExpectedGVK to MutatingAdmissionPolicy and MutatingAdmissionPolicyBinding in test/integration/etcd/data.go to ensure correct version resolution during tests.

- Removed explicit storage version overrides for MutatingAdmissionPolicy in pkg/kubeapiserver/default_storage_factory_builder.go as part of the graduation process.
2026-02-18 18:33:22 +00:00
..
api promote MutatingAdmissionPolicy to v1: api wiring and validation 2026-02-18 17:51:43 +00:00
apis promote MutatingAdmissionPolicy to v1: api wiring and validation 2026-02-18 17:51:43 +00:00
auth
capabilities remove import doc comments 2024-12-02 16:59:34 +01:00
certauthorization Pod Certificates: Basic implementation 2025-07-21 21:49:57 +00:00
client test: code coverage increase for kubelet_client 2025-06-25 13:39:12 +08:00
cluster/ports remove import doc comments 2024-12-02 16:59:34 +01:00
controller Merge pull request #135820 from pohly/dra-sharing-claim-sequentially-test 2026-02-13 01:50:09 +05:30
controlplane promote MutatingAdmissionPolicy to v1: api wiring and validation 2026-02-18 17:51:43 +00:00
credentialprovider Migrate pkg/credentialprovider to structured logging 2025-08-11 16:41:55 -07:00
features promote MutatingAdmissionPolicy to v1: update plugin implementation 2026-02-18 17:51:43 +00:00
fieldpath remove import doc comments 2024-12-02 16:59:34 +01:00
generated promote MutatingAdmissionPolicy to v1: add types and generated code 2026-02-18 17:51:38 +00:00
kubeapiserver Fix TestEtcdStoragePath for MutatingAdmissionPolicy emulation 2026-02-18 18:33:22 +00:00
kubectl React to removing autoscaling v2beta1 and v2beta2 2025-12-05 11:59:30 +01:00
kubelet Merge pull request #136952 from dgrisonnet/kubelet-metrics-provider 2026-02-13 04:44:00 +05:30
kubemark remove portworx from in-tree volume plugins 2026-01-19 11:35:30 +08:00
printers Use latest API for column definitions in printers 2026-01-08 11:54:28 +01:00
probe build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
proxy proxy/utils: Use net.JoinHostPort to format address. 2026-02-15 16:53:17 +01:00
quota/v1 locked the feature-gate VolumeAttributesClass to default (true) and switch storage version from v1beta1 to v1 2025-12-18 15:59:33 +08:00
registry promote MutatingAdmissionPolicy to v1: api wiring and validation 2026-02-18 17:51:43 +00:00
routes build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
scheduler Preempt pods in prebind phase without delete calls. 2026-02-18 09:00:23 +00:00
security build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
securitycontext Merge pull request #131018 from saschagrunert/default-masked-paths 2025-07-15 10:56:23 -07:00
serviceaccount Service account controller: Wire through context 2025-12-04 19:30:55 -05:00
util Move dump package from apimachinery to k8s.io/utils 2026-02-12 07:34:19 -05:00
volume Merge pull request #136400 from vinayakankugoyal/gitrepo 2026-02-13 03:58:10 +05:30
windows/service build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
.import-restrictions restrict the use of scheme internally to client-go 2025-05-16 08:48:39 +00:00
OWNERS