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

馃悰 Allow lazy restmapper to work with CRDs created at runtime #2208

Merged
merged 1 commit into from Mar 1, 2023

Commits on Feb 24, 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 committed Feb 24, 2023
    Copy the full SHA
    e95db6c View commit details
    Browse the repository at this point in the history