Add pkg/kubectl/proxy to list of pkg/kubectl/util consumers

This commit is contained in:
Clayton Coleman 2017-07-26 20:51:54 -04:00
parent 97a2b76618
commit c42531cc51
No known key found for this signature in database
GPG Key ID: 3D16906B4F1C5CB3

View File

@ -360,6 +360,7 @@ package_group(
packages = [
"//pkg/kubectl",
"//pkg/kubectl/cmd",
"//pkg/kubectl/proxy",
],
)