Skip to content

Commit

Permalink
Update adding-an-APIGroup.md for kubernetes#23110
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcullen committed May 7, 2016
1 parent 6600506 commit 6975657
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/devel/adding-an-APIGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6975657

Please sign in to comment.