File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
contributors/devel/sig-testing Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -161,5 +161,25 @@ kubectl uncordon
161161kubectl wait
162162kubectl top node
163163```
164- And if the output looks good i.e. CLI follows all tested conventions the test passes.
165164
165+ And if the output looks good i.e. CLI follows all tested conventions
166+ the test passes.
167+
168+
169+ ## ` verify-codegen `
170+
171+ This script verifies if the code update is needed or not for specific
172+ sub-projects. It first verifies the correct Go version and creates Go
173+ path. The script checks for the updated code for below subprojects,
174+
175+ ``` bash
176+ k8s.io/code-generator
177+ k8s.io/kube-aggregator
178+ k8s.io/sample-apiserver
179+ k8s.io/sample-controller
180+ k8s.io/apiextensions-apiserver
181+ k8s.io/metrics
182+ ```
183+
184+ Once it completes checking for code updates, later the script calls
185+ ` update-codegen.sh ` scripts.
You can’t perform that action at this time.
0 commit comments