forked from gardener/etcd-druid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies - Bump gardener to v1.109.0 - Bump vgopath to v0.1.5 - Bump client_golang to v1.20.5 - Bump go.uber.org/mock v0.5.0 - Bump golang.org/x/exp to v0.0.0-20241108190413-2d47ceb2692f - Bump k8s.io/api, k8s.io/apimachinery, k8s.io/apiserver, k8s.io/client-go, k8s.io/component-base to v0.31.3 - Bump k8s.io/utils to v0.0.0-20241104163129-6fe5fd82f078 - Bump controller-runtime to v0.19.2 - Bump controller-tools to v0.16.5 - Bump ginkgo to v2.22.0 - Bump gomega to v1.36.0 * Refactor Etcd reconciler and controller registration to support controller names and improve compatibility with updated dependencies. - Add `controllerName` parameter to Etcd reconciler constructors and registration methods. - Update `workqueue` rate limiter to use `NewTypedItemExponentialFailureRateLimiter`. - Replace direct string fields with `ptr` utilities for consistency and enhanced pointer handling. * make generate
- Loading branch information
1 parent
92d38e7
commit 22750d0
Showing
23 changed files
with
630 additions
and
556 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
140 changes: 94 additions & 46 deletions
140
charts/druid/charts/crds/templates/crd-druid.gardener.cloud_etcds.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.