You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the creation of the cachedClient for the openshift-config-managed namespace
kubernetes-sigs/controller-runtime#2150 deprecated the DelegatedClient and added the CacheOption to the client.Options struct.
This commit sync the newConfigManagedClient method with that deprecation.
0 commit comments