Commit 03d64c6a authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #25312 from cjcullen/newtypedocs

Automatic merge from submit-queue Update adding-an-APIGroup.md for #23110 Change the doc to point at the new conversion/deep-copy binaries instead of the old scripts.
parents f46f35a9 69756576
......@@ -75,9 +75,7 @@ cmd/libs/go2idl/ tool.
1. Generate conversions and deep-copies:
1. Add your "group/" or "group/version" into
hack/after-build/{update-generated-conversions.sh,
update-generated-deep-copies.sh, verify-generated-conversions.sh,
verify-generated-deep-copies.sh};
cmd/libs/go2idl/{conversion-gen, deep-copy-gen}/main.go;
2. Make sure your pkg/apis/`<group>`/`<version>` directory has a doc.go file
with the comment `// +genconversion=true`, to catch the attention of our
gen-conversion script.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment