Generated changes

This commit is contained in:
Maciej Szulik
2018-10-10 20:42:22 +02:00
parent 21789b85a6
commit 61899e1654
45 changed files with 45 additions and 45 deletions

View File

@@ -70,6 +70,7 @@ filegroup(
"//pkg/kubectl/util/i18n:all-srcs",
"//pkg/kubectl/util/logs:all-srcs",
"//pkg/kubectl/util/slice:all-srcs",
"//pkg/kubectl/util/templates:all-srcs",
"//pkg/kubectl/util/term:all-srcs",
],
tags = ["automanaged"],

View File

@@ -12,7 +12,7 @@ go_library(
"templater.go",
"templates.go",
],
importpath = "k8s.io/kubernetes/pkg/kubectl/cmd/templates",
importpath = "k8s.io/kubernetes/pkg/kubectl/util/templates",
visibility = [
"//build/visible_to:pkg_kubectl_cmd_templates_CONSUMERS",
],