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

✨ Provide a truly lazy restmapper #2179

Commits on Feb 6, 2023

  1. Provide a truly lazy restmapper

    This commit adds a rest mapper that will lazily query the provided
    client for discovery information to do REST mappings.
    Fedosin authored and k8s-infra-cherrypick-robot committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b3f4882 View commit details
    Browse the repository at this point in the history
  2. Use DynamicRESTMapperOption to enable Lazy Restmapper

    Instead of creating the instance of the mapper directly, we will use
    WithExperimentalLazyMapper option for Dynamic Restmapper.
    Fedosin authored and k8s-infra-cherrypick-robot committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f4d10a3 View commit details
    Browse the repository at this point in the history
  3. Update tests for 0.14

    alvaroaleman committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c31cb14 View commit details
    Browse the repository at this point in the history