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 namespaced GVK check to use version #2875

Merged

Commits on Jul 3, 2024

  1. Fix namespaced GVK check to use version

    A particular Kind may only be present in a specific version of a group. When
    querying the RESTMapper we should include the version to ensure the
    cached group is updated to pick up new versions as needed.
    
    Signed-off-by: Griffin Davis <gcd@ibm.com>
    griffindvs committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    246c6b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Add unit tests for IsGVKNamespaced

    Include unit tests for varying combinations of new GVKs introduced at
    runtime to validate cache updates.
    
    Signed-off-by: Griffin Davis <gcd@ibm.com>
    griffindvs committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    eb03471 View commit details
    Browse the repository at this point in the history