kubernetes/test/declarative_validation/apps
Yongrui Lin 4dabaebe45 api/testing: auto-discover declarative-validation GVKs in fuzz test
TestVersionedValidationByFuzzing swept a hand-maintained list of
group/versions that had a typo (network.k8s.io) and omitted several
groups (apps, policy, rbac, flowcontrol, scheduling). Replace it with a
sweep of the scheme for served GVKs that have declarative validation,
so new group/versions are covered automatically.

Skip extensions/v1beta1 centrally in VerifyVersionedValidationEquivalence
instead of via the per-call WithSkipGroupVersions option: it opts out of
declarative validation but shares an internal type with versions that do
not. Any other version missing declarative validation now fails the sweep
rather than being silently skipped.
2026-07-01 17:07:29 +00:00
..
controllerrevision Add declarative validation tests for apps API group 2026-06-23 17:29:58 +00:00
daemonset api/testing: auto-discover declarative-validation GVKs in fuzz test 2026-07-01 17:07:29 +00:00
deployment api/testing: auto-discover declarative-validation GVKs in fuzz test 2026-07-01 17:07:29 +00:00
replicaset api/testing: auto-discover declarative-validation GVKs in fuzz test 2026-07-01 17:07:29 +00:00
scale api/testing: auto-discover declarative-validation GVKs in fuzz test 2026-07-01 17:07:29 +00:00
statefulset Add declarative validation tests for apps API group 2026-06-23 17:29:58 +00:00