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

Commits on Dec 18, 2019

  1. Fix panic condition in Ingress await logic

    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.
    lblackstone committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    d6b8fb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    fd4d791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0da455 View commit details
    Browse the repository at this point in the history