-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor directory structure and Makefile & update deps #181
Conversation
tekenstam
commented
Oct 25, 2023
•
edited
Loading
edited
- Align with Kubebuilder v3
- Update to ginkgo v2
- Update to Go 1.21
- Update client-go to v0.28.3
- Update controller-runtime to v0.16.3
Align with Kubebuilder v3 Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #181 +/- ##
==========================================
- Coverage 66.52% 66.34% -0.18%
==========================================
Files 3 3
Lines 1141 1141
==========================================
- Hits 759 757 -2
- Misses 303 306 +3
+ Partials 79 78 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Todd Ekenstam <Todd_Ekenstam@intuit.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{ | ||
Scheme: scheme, | ||
// Metrics: metricsserver.Options{BindAddress: metricsAddr}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tekenstam why this was commented.
sigs.k8s.io/controller-runtime v0.13.1 | ||
k8s.io/api v0.28.3 | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/client-go v0.28.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tekenstam should we upgrade to 0.26.x
instead? to be compatible with k8s 1.26