-
Notifications
You must be signed in to change notification settings - Fork 226
Correct type mismatch errors in SetResourceIdentifiers
generated code
#115
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
Correct type mismatch errors in SetResourceIdentifiers
generated code
#115
Conversation
…code - replace nil pointer checks with zero string value checks - Replace `string` value assignment with `string` ptr assignments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tres bien, merci!
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: A-Hilaly, jaypipes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Related to #115 For some controllers we use `ReadMany` operations to read resource current state. For these operations we need to lookup for identifiers ending with `Names` and not `Name`. e.g `RepositoryNames` in `DescribeRepositories` operation. Description of changes: - Add primary identifiers for `ReadMany` operations By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
…de (aws-controllers-k8s#115) Related to aws-controllers-k8s#105 and aws-controllers-k8s/runtime#13 Description of changes: - replace nil pointer checks with string zero value checks - replace `string` value assignment with `string` ptr assignments By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
…s#116) Related to aws-controllers-k8s#115 For some controllers we use `ReadMany` operations to read resource current state. For these operations we need to lookup for identifiers ending with `Names` and not `Name`. e.g `RepositoryNames` in `DescribeRepositories` operation. Description of changes: - Add primary identifiers for `ReadMany` operations By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
…de (aws-controllers-k8s#115) Related to aws-controllers-k8s#105 and aws-controllers-k8s/runtime#13 Description of changes: - replace nil pointer checks with string zero value checks - replace `string` value assignment with `string` ptr assignments By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
…s#116) Related to aws-controllers-k8s#115 For some controllers we use `ReadMany` operations to read resource current state. For these operations we need to lookup for identifiers ending with `Names` and not `Name`. e.g `RepositoryNames` in `DescribeRepositories` operation. Description of changes: - Add primary identifiers for `ReadMany` operations By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Related to #105 and aws-controllers-k8s/runtime#13
Description of changes:
string
value assignment withstring
ptr assignmentsBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.