-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade
k8s.io/*
to v0.28
, sigs.k8s.io/controller-runtime
to `v…
…0.16` (#14) * [prerequisite] Drop the unused client field from the actuators * [prerequisite] Drop dependency injection funcs * Upgrade `k8s.io/*` to `v0.28`, `sigs.k8s.io/controller-runtime` to `v0.16` * Adapt to the breaking change in the manager.Options struct * Adapt to the breaking change how the watch is being set up * Use the upstream fake client instead of a custom fake manager * Drop unit tests for AddNewControllerToManager * Use k8s.io/utils/ptr instead of the deprecated k8s.io/utils/pointer pkg * Use the upstream fake client instead of the custom fake client * Drop the custom fake client * Drop the fake manager * Use consistent naming for the manager * Drop custom OpenAPIConfig instead of the default one from custom-metrics-apiserver See #8 (comment) * Adapt to the breaking change how the cache is restricted to object with label selectors
- Loading branch information
1 parent
25738b8
commit 7346aef
Showing
29 changed files
with
412 additions
and
3,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.