• 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
..
internalversion Loading commit data...
storage Loading commit data...
.import-restrictions Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
common.go Loading commit data...
customcolumn.go Loading commit data...
customcolumn_test.go Loading commit data...
humanreadable.go Loading commit data...
interface.go Loading commit data...
json.go Loading commit data...
jsonpath.go Loading commit data...
name.go Loading commit data...
printers.go Loading commit data...
tabwriter.go Loading commit data...
template.go Loading commit data...
versioned.go Loading commit data...