We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392ea33 commit 727f5f7Copy full SHA for 727f5f7
pkg/generator/codegen_tmpls.go
@@ -31,7 +31,7 @@ docker run --rm \
31
-w "$DOCKER_REPO_ROOT" \
32
"$IMAGE" \
33
"/go/src/k8s.io/code-generator/generate-groups.sh" \
34
- "all" \
+ "deepcopy" \
35
"{{.RepoPath}}/pkg/generated" \
36
"{{.RepoPath}}/pkg/apis" \
37
"{{.APIDirName}}:{{.Version}}" \
pkg/generator/generator_test.go
@@ -251,7 +251,7 @@ docker run --rm \
251
252
253
254
255
"github.com/coreos/play/pkg/generated" \
256
"github.com/coreos/play/pkg/apis" \
257
"play:v1alpha1" \
0 commit comments