kubernetes/pkg/registry/core
Yongrui Lin a791288d81 test/declarative_validation: migrate DV equivalence tests to new tree
Move the existing declarative_validation_test.go files out of
pkg/registry/ into a top-level tree at
test/declarative_validation/<group>/<kind>/. The new location pairs
each hand-written test with the per-Kind TestMain and version-init
files emitted by validation-gen, so the coverage gate runs alongside
the equivalence checks and apiVersions no longer needs to be
hand-maintained.
2026-05-09 19:11:01 +00:00
..
componentstatus chore: use NotFound error for missing components 2025-01-28 17:29:30 -08:00
configmap apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
endpoint apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
event apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
limitrange apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
namespace apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
node apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
persistentvolume apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
persistentvolumeclaim apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
pod Merge pull request #138907 from Jefftree/remove-locked-apimachinery-feature-gates 2026-05-09 01:57:18 +05:30
podtemplate apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
rangeallocation Add sig OWNERS to registry packages 2023-10-31 01:20:16 +00:00
replicationcontroller test/declarative_validation: migrate DV equivalence tests to new tree 2026-05-09 19:11:01 +00:00
resourcequota apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
rest Merge pull request #138907 from Jefftree/remove-locked-apimachinery-feature-gates 2026-05-09 01:57:18 +05:30
secret apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
service apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
serviceaccount apiserver: pass context with ReqInfo to AllowUnconditionalUpdate and AllowCreateOnUpdate 2026-05-05 12:48:19 +02:00
OWNERS