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
This change replaces deprecated method usage with the new standards
defined by controller-runtime v0.15.0.
The changes are noted in the release notes:
https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.15.0
Specifically we are changing:
1. Usage of options.Namespace replaced by options.Cache.Namespaces
2. Usage of MultiNamespacedCacheBuilder replaced by
options.Cache{Namespaces} struct.
3. wait.ErrWaitTimeout replaced by wait.Interrupted(err)
Signed-off-by: Brendan Shephard <[email protected]>
0 commit comments