Add internal audit API types

This commit is contained in:
Tim St. Clair
2017-05-03 16:18:17 -07:00
parent 151846db80
commit cdacc1f6df
8 changed files with 441 additions and 17 deletions

View File

@@ -54,6 +54,18 @@ generated_files=($(
find ./vendor/k8s.io/metrics/ \
-name '*.generated.go' | LC_ALL=C sort -r
find ./vendor/k8s.io/apiserver/ -not \( \
\( \
-wholename './output' \
-o -wholename './_output' \
-o -wholename './staging' \
-o -wholename './release' \
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/codecgen-*-1234.generated.go' \
\) -prune \
\) -name '*.generated.go' | LC_ALL=C sort -r
))
# We only work for deps within this prefix.