• Kubernetes Submit Queue's avatar
    Merge pull request #32549 from smarterclayton/gc_non_kube_legacy · 071927a5
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Allow garbage collection to work against different API prefixes
    
    The GC needs to build clients based only on Resource or Kind. Hoist the
    restmapper out of the controller and the clientpool, support a new
    ClientForGroupVersionKind and ClientForGroupVersionResource, and use the
    appropriate one in both places.
    
    Allows OpenShift to use the GC
    071927a5
framework.go 32.5 KB