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

🐛 Clean restmapper cache if a version is notFound #2663

Commits on Jan 24, 2024

  1. Clean restmapper cache if a version is notFound

    This avoids:
    - Extra calls to https://host/apis/<group>/<version> when a version seen
      before and cached in apiGroups is deleted or marked as not served.
    - Returnning a valid mapping for a cached version that is deleted or not
      served anymore.
    g-gaston committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5b4b635 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Address review comments

    g-gaston committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e36a34d View commit details
    Browse the repository at this point in the history