mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Merge pull request #16928 from mml/verify-generated-docs
Auto commit by PR queue bot
This commit is contained in:
@@ -416,6 +416,7 @@ function kube::build::source_targets() {
|
|||||||
local targets=(
|
local targets=(
|
||||||
api
|
api
|
||||||
build
|
build
|
||||||
|
cluster
|
||||||
cmd
|
cmd
|
||||||
docs
|
docs
|
||||||
examples
|
examples
|
||||||
@@ -425,9 +426,12 @@ function kube::build::source_targets() {
|
|||||||
LICENSE
|
LICENSE
|
||||||
pkg
|
pkg
|
||||||
plugin
|
plugin
|
||||||
|
DESIGN.md
|
||||||
README.md
|
README.md
|
||||||
test
|
test
|
||||||
third_party
|
third_party
|
||||||
|
contrib/completions/bash/kubectl
|
||||||
|
.generated_docs
|
||||||
)
|
)
|
||||||
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
|
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
|
||||||
for contrib in "${KUBERNETES_CONTRIB}"; do
|
for contrib in "${KUBERNETES_CONTRIB}"; do
|
||||||
|
Reference in New Issue
Block a user