• Solly Ross's avatar
    [client-go] Add dynamic.Interface · f78d61e7
    Solly Ross authored
    This adds an interface form of dynamic.Client and
    dynamic.ResourceClient, making those two follow the general client
    conventions: `Interface` is an interface, and `Client` is the concrete
    implementation.  `ClientPool` retains it's interface status.
    
    This allows us to create a fake implemenation of dyanmic.Interface,
    dynamic.ResourceInterface, and dynamic.ClientPool for testing.
    f78d61e7
Name
Last commit
Last update
..
deletion Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
namespace_controller.go Loading commit data...