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

Automated cherry pick of #4154: Fix nil error issue #4173

Commits on Aug 30, 2022

  1. Fix nil error issue

    admission.Errored doesn't handle nil error case, it will raise a nil
    pointer error when there is no ClusterSet found.
    Fix it with a new error with error message.
    Refactor unit test and add a few more test cases.
    
    Signed-off-by: Lan Luo <[email protected]>
    luolanzone committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    56a5da6 View commit details
    Browse the repository at this point in the history