Skip to content

Commit

Permalink
Merge pull request #594 from dickiesanders/updated-incorrect-register…
Browse files Browse the repository at this point in the history
…-crd-link

Update CODE_GENERATION.md
  • Loading branch information
hasheddan authored Mar 11, 2021
2 parents 0faa6de + 324da56 commit a8e175b
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit a8e175b

Please sign in to comment.