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

Fix panic condition in Ingress await logic #928

Merged
merged 3 commits into from
Dec 21, 2019

Conversation

lblackstone
Copy link
Member

Proposed changes

The .spec.rules[*].http value is optional in the client,
but semantically required. Check that this value is
set before accessing to avoid a panic in the await logic.

Related issues (optional)

Fix #923

The `.spec.rules[*].http` value is optional in the client,
but semantically required. Check that this value is
set before accessing to avoid a panic in the await logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic: runtime error: invalid memory address or nil pointer dereference when creating Ingress
2 participants