kubernetes/pkg/controller/namespace/deletion
Solly Ross f78d61e7c2 [client-go] Add dynamic.Interface
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.
2017-07-21 14:24:06 -04:00
..
BUILD Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
namespaced_resources_deleter_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
namespaced_resources_deleter.go [client-go] Add dynamic.Interface 2017-07-21 14:24:06 -04:00