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.14] 馃悰 Allow lazy restmapper to work with CRDs created at runtime #2219

Commits on Mar 1, 2023

  1. Allow lazy restmapper to work with CRDs created in runtime

    Now lazy restmapper fetches all API resources once at start and then
    caches them. It prevents it from discovery of new CRDs created after
    the controller has started.
    This commit allows lazy restmapper to work with such CRDs.
    Fedosin authored and sbueringer committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    66fe1a0 View commit details
    Browse the repository at this point in the history