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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-0.17] 馃悰 Clean restmapper cache if a version is notFound #2676

Commits on Feb 7, 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 authored and k8s-infra-cherrypick-robot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    40b41df View commit details
    Browse the repository at this point in the history
  2. Address review comments

    g-gaston authored and k8s-infra-cherrypick-robot committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0811bad View commit details
    Browse the repository at this point in the history