mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 06:06:03 +00:00
Automatic merge from submit-queue (batch tested with PRs 48480, 48353) remove tpr api access xref https://github.com/kubernetes/kubernetes/issues/48152 TPR tentacles go pretty deep. This gets us started by removing API access and we'll move down from there. @kubernetes/sig-api-machinery-misc @ironcladlou this should free up the GC implementation since TPRs will no longer be present and failing. ```release-note Removing TPR api access per https://github.com/kubernetes/kubernetes/issues/48152 ```