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:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user