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

[release-4.11] PORTENABLE-526: operator: use a partial metadata watch for Namespaces #550

Commits on Jun 23, 2023

  1. operator: use a partial metadata watch for Namespaces

    We only watch namespaces to react to their creation, and the only
    information we need about a namespace is its' name, so we can use a
    partial metadata watch to winnow down the size of our cache. Namespaces
    don't really store much in spec and status, so this effect is likely to
    not be enormous, but every bit helps.
    
    Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
    stevekuznetsov authored and openshift-cherrypick-robot committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d0b8a8a View commit details
    Browse the repository at this point in the history