mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
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:
@@ -393,6 +393,7 @@ package_group(
|
||||
"//pkg/kubectl",
|
||||
"//pkg/kubectl/cmd",
|
||||
"//pkg/kubectl/generate",
|
||||
"//pkg/kubectl/generate/versioned",
|
||||
"//pkg/kubectl/proxy",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user