Skip to content
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

Checking for type assertion success #181

Merged
merged 2 commits into from
Jul 1, 2021
Merged

Conversation

arschles
Copy link
Collaborator

@arschles arschles commented Jun 15, 2021

There are two places that do type assertions but do not check those type assertions after the fact. This PR adds those checks to those two places.

cc/ @ajanth97

Checklist

  • Commits are signed with Developer Certificate of Origin (DCO)
  • Any necessary documentation is added, such as:

Fixes #174

Fixes kedacore#174

Signed-off-by: Aaron Schlesinger <[email protected]>
@arschles arschles added the bug Something isn't working label Jun 15, 2021
@tomkerkhove tomkerkhove enabled auto-merge (squash) July 1, 2021 05:22
@tomkerkhove tomkerkhove merged commit 09f3812 into kedacore:main Jul 1, 2021
arschles added a commit to arschles/http-add-on that referenced this pull request Aug 18, 2021
Fixes kedacore#174

Signed-off-by: Aaron Schlesinger <[email protected]>

Co-authored-by: Tom Kerkhove <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime.Object is nil error on the logs of the interceptor pod
3 participants