mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-13 21:36:24 -04:00
Refactor TestVersionedValidationByFuzzing to use a declarative map,
subresourceOnly, for resources that must be validated via a specific
subresource path (like autoscaling/Scale).
GVKs not in this map default to root-level validation (""), which is
sufficient for resources that share validation logic between their root
and subresources. This replaces the previous ad-hoc special-casing
with a cleaner, extensible mapping.
|
||
|---|---|---|
| .. | ||
| endpoints/testing | ||
| job | ||
| legacyscheme | ||
| node | ||
| persistentvolume | ||
| persistentvolumeclaim | ||
| pod | ||
| resourceclaimspec | ||
| service | ||
| servicecidr | ||
| storage | ||
| testing | ||
| v1 | ||
| OWNERS | ||