Cut a dependency between kubectl and the rest of the repo

The types referenced in credentialprovider are part of a long term api
and will not change, and kubectl doesn't need to take a dependency on this
package in order to do minimal validation here.
This commit is contained in:
Clayton Coleman
2018-09-09 11:22:29 -04:00
parent 5e905f1f5f
commit 9f5c2aea1a
5 changed files with 27 additions and 6 deletions

View File

@@ -190,6 +190,9 @@ pkg/kubectl/cmd/util/openapi
pkg/kubectl/cmd/util/sanity
pkg/kubectl/cmd/version
pkg/kubectl/cmd/wait
pkg/kubectl/describe
pkg/kubectl/generate
pkg/kubectl/generate/versioned
pkg/kubectl/metricsutil
pkg/kubectl/util
pkg/kubectl/util/slice