mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-14 15:00:30 +00:00
Automatic merge from submit-queue remove TPR registration, ease validation requirements Fixes https://github.com/kubernetes/kubernetes/issues/36007 . This removes the special casing for TPRs inside of the `UnstructuredObject`, which should allow CRUD against skewed kube api server levels. @kubernetes/kubectl @kubernetes/sig-cli @janetkuo