1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-18 08:14:56 +00:00

Drop Config from ClientGetter interface

This commit is contained in:
Darren Shepherd
2018-08-31 10:41:14 -07:00
parent 27ebab5e48
commit 012759b2f8

View File

@@ -39,7 +39,6 @@ var (
)
type ClientGetter interface {
Config(apiContext *types.APIContext, context types.StorageContext) (rest.Config, error)
UnversionedClient(apiContext *types.APIContext, context types.StorageContext) (rest.Interface, error)
APIExtClient(apiContext *types.APIContext, context types.StorageContext) (clientset.Interface, error)
}