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

⚠ Cache's ByObject is now a map Object -> options #2166

Merged
merged 1 commit into from
Feb 2, 2023

Commits on Feb 2, 2023

  1. Cache's ByObject is now a map Object -> options

    This is a breaking change and revisits some of the previous changes
    we've made. It brings the options ByObject to a top level map, which now
    contains all the options the internal informer can be configured with.
    In addition, it removes the ObjectAll object, which was super confusing
    and only used to disable the deep copy for every object; instead it's
    now possible to disable deep copy through a top level option.
    
    Signed-off-by: Vince Prignano <vincepri@redhat.com>
    vincepri committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7e2dbaf View commit details
    Browse the repository at this point in the history