mirror of
https://github.com/rancher/norman.git
synced 2025-09-20 02:32:46 +00:00
Drop Config from ClientGetter interface
This commit is contained in:
@@ -39,7 +39,6 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type ClientGetter interface {
|
type ClientGetter interface {
|
||||||
Config(apiContext *types.APIContext, context types.StorageContext) (rest.Config, error)
|
|
||||||
UnversionedClient(apiContext *types.APIContext, context types.StorageContext) (rest.Interface, error)
|
UnversionedClient(apiContext *types.APIContext, context types.StorageContext) (rest.Interface, error)
|
||||||
APIExtClient(apiContext *types.APIContext, context types.StorageContext) (clientset.Interface, error)
|
APIExtClient(apiContext *types.APIContext, context types.StorageContext) (clientset.Interface, error)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user