• Kubernetes Submit Queue's avatar
    Merge pull request #45431 from DirectXMan12/feature/fake-dynamic-client · 393b1228
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 48224, 45431, 45946, 48775, 49396)
    
    [client-go] Fake Dynamic Client
    
    This commit converts `"k8s.io/client-go/dynamic".Client` to an interface, and implements fake versions of both `ClientPool` and `Client`.  This allows components which make uses of these clients to be tested in the same way that clientset-based components can be tested, using the standard `testing.Fake` machinery.
    
    **Release note**:
    ```release-note
    NONE
    ```
    393b1228
Name
Last commit
Last update
..
metaonly Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
errors.go Loading commit data...
garbagecollector.go Loading commit data...
garbagecollector_test.go Loading commit data...
graph.go Loading commit data...
graph_builder.go Loading commit data...
operations.go Loading commit data...
patch.go Loading commit data...
rate_limiter_helper.go Loading commit data...
uid_cache.go Loading commit data...