Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated method use for CR v0.15.0
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 <bshephar@redhat.com>
- Loading branch information