Update godeps
This commit is contained in:
parent
423433bc5f
commit
701c5a0e30
482 changed files with 86915 additions and 19741 deletions
2
vendor/k8s.io/kubernetes/pkg/client/restclient/plugin.go
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/client/restclient/plugin.go
generated
vendored
|
|
@ -37,7 +37,7 @@ type AuthProvider interface {
|
|||
|
||||
// Factory generates an AuthProvider plugin.
|
||||
// clusterAddress is the address of the current cluster.
|
||||
// config is the inital configuration for this plugin.
|
||||
// config is the initial configuration for this plugin.
|
||||
// persister allows the plugin to save updated configuration.
|
||||
type Factory func(clusterAddress string, config map[string]string, persister AuthProviderConfigPersister) (AuthProvider, error)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue