mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 03:44:04 +00:00
Automatic merge from submit-queue (batch tested with PRs 62632, 62789, 62512, 62848). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. kubectl stops rendering List as suffix kind name for CRD resources **What this PR does / why we need it**: `List` should not be treated as suffix when validating CRD objects. Removing this validation won't break anything. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #62410 **Special notes for your reviewer**: /assign liggitt deads2k /cc nikhita soltysh **Release note**: ```release-note kubectl stops rendering List as suffix kind name for CRD resources ```