plugin/pkg/client/auth: add openstack auth provider

Kubernetes-commit: a0cebcb559c5c0ab8a2e50b1ee11cc62f9ebb3a8
This commit is contained in:
zhouhaibing089
2017-01-09 09:52:46 +08:00
committed by Kubernetes Publisher
parent d37a8e495c
commit eb8ca254db
6 changed files with 348 additions and 0 deletions

View File

@@ -21,4 +21,5 @@ import (
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
_ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
)