Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CODE_GENERATION.md #594

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CODE_GENERATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Now you need to make sure this function is called in setup phase [here](https://

#### Register CRD

If the group didn't exist before, we need to register its schema [here](https://github.com/crossplane/provider-aws/blob/cd5856e337aca072f2fac1157183920ab94eea2c/pkg/controller/apigatewayv2/api/setup.go#L77).
If the group didn't exist before, we need to register its schema [here](https://github.com/crossplane/provider-aws/blob/master/apis/aws.go).

### Referencer Fields

Expand Down Expand Up @@ -468,4 +468,4 @@ the ones you didn't initially specify.
If `IsUpToDate` check is giving false negatives, controller will make update calls
repeatedly and this causes problems. You can usually notice this easily but it's good
to check either via a breakpoint in your IDE or a print statement to see if `Update`
is run even when there is no change on the custom resource.
is run even when there is no change on the custom resource.