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

馃尡 client/cache/client_cache.go should be called resources #2111

Merged
merged 1 commit into from
Dec 21, 2022

Commits on Dec 21, 2022

  1. client/cache/client_cache.go should be called resources

    This file and bits in it were confusing, the client package doesn't have
    any sort of built-in cache (as in, watch/list cache from informers).
    Every request goes to the API server directly instead. The "internal
    cache" is really just a storage for all rest client resources, this
    commit changes that to clarify and avoid confusion.
    
    Signed-off-by: Vince Prignano <vince@prigna.com>
    vincepri committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    10a0272 View commit details
    Browse the repository at this point in the history