Skip to content

Conversation

a-hilaly
Copy link
Member

@a-hilaly a-hilaly commented Jul 2, 2021

Related to #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.

…code

- replace nil pointer checks with zero string value checks
- Replace `string` value assignment with `string` ptr assignments
Copy link
Collaborator

@jaypipes jaypipes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tres bien, merci!

@jaypipes
Copy link
Collaborator

jaypipes commented Jul 2, 2021

/lgtm

@ack-bot ack-bot added the lgtm Indicates that a PR is ready to be merged. label Jul 2, 2021
@ack-bot
Copy link
Collaborator

ack-bot commented Jul 2, 2021

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ack-bot ack-bot merged commit f239f5e into aws-controllers-k8s:main Jul 2, 2021
ack-bot pushed a commit that referenced this pull request Jul 5, 2021
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.
a-hilaly added a commit to a-hilaly/ack-code-generator that referenced this pull request Jul 6, 2021
…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.
a-hilaly added a commit to a-hilaly/ack-code-generator that referenced this pull request Jul 6, 2021
…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.
RedbackThomson pushed a commit to RedbackThomson/ack-code-generator that referenced this pull request Jul 8, 2021
…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.
RedbackThomson pushed a commit to RedbackThomson/ack-code-generator that referenced this pull request Jul 8, 2021
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants