autogen files

all the autogen files that got updated due to the changes to move logs.
This commit is contained in:
Marek Counts
2019-01-17 09:08:39 -05:00
parent 3b8f6381f2
commit 1739e343a8
25 changed files with 49 additions and 37 deletions

View File

@@ -23,7 +23,7 @@ go_library(
"//pkg/util/prometheusclientgo:go_default_library",
"//pkg/version/prometheus:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/util/flag:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/util/logs:go_default_library",
"//staging/src/k8s.io/component-base/logs:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
],
)