Skip to content

Conversation

@kumargauravsharma
Copy link
Contributor

Issue:
aws-controllers-k8s/community#866

Fix:
nil Interface check during delete

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ack-bot ack-bot requested review from a-hilaly and jaypipes July 14, 2021 21:30
@kumargauravsharma kumargauravsharma requested review from a-hilaly and removed request for a-hilaly July 14, 2021 21:30
latest, err := rm.Delete(ctx, observed)
rlog.Exit("rm.Delete", err)
if latest != nil {
if latest != nil && !reflect.ValueOf(latest).IsNil() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@vijtrip2
Copy link
Contributor

/lgtm

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

ack-bot commented Jul 15, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: A-Hilaly, kumargauravsharma, vijtrip2

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 5f0499c into aws-controllers-k8s:main Jul 15, 2021
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.

4 participants