Skip to content

Commit

Permalink
Drop Config from ClientGetter interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Aug 31, 2018
1 parent 27ebab5 commit 012759b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/proxy/proxy_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 012759b

Please sign in to comment.