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
a9c35d3b
Commit
a9c35d3b
authored
Dec 07, 2018
by
zhengjiajin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only generate internal deepcopy defaulter conversion
parent
e3b2e9d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
update-codegen.sh
staging/src/k8s.io/sample-apiserver/hack/update-codegen.sh
+6
-0
No files found.
staging/src/k8s.io/sample-apiserver/hack/update-codegen.sh
View file @
a9c35d3b
...
@@ -31,5 +31,11 @@ ${CODEGEN_PKG}/generate-groups.sh all \
...
@@ -31,5 +31,11 @@ ${CODEGEN_PKG}/generate-groups.sh all \
--output-base
"
$(
dirname
${
BASH_SOURCE
})
/../../.."
\
--output-base
"
$(
dirname
${
BASH_SOURCE
})
/../../.."
\
--go-header-file
${
SCRIPT_ROOT
}
/hack/boilerplate.go.txt
--go-header-file
${
SCRIPT_ROOT
}
/hack/boilerplate.go.txt
${
CODEGEN_PKG
}
/generate-internal-groups.sh
"deepcopy,defaulter,conversion"
\
k8s.io/sample-apiserver/pkg/client k8s.io/sample-apiserver/pkg/apis k8s.io/sample-apiserver/pkg/apis
\
"wardle:v1alpha1,v1beta1"
\
--output-base
"
$(
dirname
${
BASH_SOURCE
})
/../../.."
\
--go-header-file
${
SCRIPT_ROOT
}
/hack/boilerplate.go.txt
# To use your own boilerplate text use:
# To use your own boilerplate text use:
# --go-header-file ${SCRIPT_ROOT}/hack/custom-boilerplate.go.txt
# --go-header-file ${SCRIPT_ROOT}/hack/custom-boilerplate.go.txt
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