Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3ca4cf5b
Commit
3ca4cf5b
authored
Nov 12, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16928 from mml/verify-generated-docs
Auto commit by PR queue bot
parents
e80dd668
d9a17891
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
common.sh
build/common.sh
+4
-0
No files found.
build/common.sh
View file @
3ca4cf5b
...
@@ -416,6 +416,7 @@ function kube::build::source_targets() {
...
@@ -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() {
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment