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

Improve error handling for List resources #2493

Merged
merged 6 commits into from
Jul 14, 2023
Merged

Commits on Jul 13, 2023

  1. Fix failing kustomize helm test

    f1e790b caused TestKustomizeHelmChart to start failing, which is likely related to #2495. Updated the test to use a random prefix rather than a Namespace + transformation, which seems to work.
    lblackstone committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c8c7aac View commit details
    Browse the repository at this point in the history
  2. Fix Namespaced method

    The Namespaced method is used to determine whether a resource is namespace or cluster scoped. The underlying lookup table was out of date and did not include "List" kinds. Fixed both of these issues.
    lblackstone committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    83f8cf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbe6d3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a24fefa View commit details
    Browse the repository at this point in the history
  5. Update changelog

    lblackstone committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    09a424c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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