forked from crossplane-contrib/provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(pointer): Use generic pointer functions
* Add generic functions for late initialize and pointer refs and derefs. * Replace calls that are using the `pointer.FieldRequired` option with ptr.To which as the same effect but is much simpler. * Remove pointer functions that are not used anymore. * Change pointer functions so they don't depend on the AWS sdk anymore but only `k8s.io/utils/ptr`. Signed-off-by: Maximilian Blatt (external expert on behalf of DB Netz) <[email protected]>
- Loading branch information
Showing
188 changed files
with
3,204 additions
and
3,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.