Merge pull request #16928 from mml/verify-generated-docs

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-11-12 08:02:41 -08:00
commit 3ca4cf5b47
1 changed files with 4 additions and 0 deletions

View File

@ -416,6 +416,7 @@ function kube::build::source_targets() {
local targets=(
api
build
cluster
cmd
docs
examples
@ -425,9 +426,12 @@ function kube::build::source_targets() {
LICENSE
pkg
plugin
DESIGN.md
README.md
test
third_party
contrib/completions/bash/kubectl
.generated_docs
)
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
for contrib in "${KUBERNETES_CONTRIB}"; do