Skip to content
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

feat: massive operator refactor #289

Merged
merged 4 commits into from
Oct 2, 2023

Conversation

dejanzele
Copy link
Member

  • update operator dependencies and align with latest kubebuilder format
  • bugfixes

@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (55ac314) 84.17% compared to head (d759c08) 84.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
+ Coverage   84.17%   84.19%   +0.01%     
==========================================
  Files          15       15              
  Lines        3437     3441       +4     
==========================================
+ Hits         2893     2897       +4     
  Misses        381      381              
  Partials      163      163              
Files Coverage Δ
internal/controller/builders/generate_config.go 100.00% <ø> (ø)
internal/controller/builders/roles.go 100.00% <ø> (ø)
internal/controller/builders/secret.go 100.00% <ø> (ø)
internal/controller/builders/service.go 100.00% <100.00%> (ø)
internal/controller/builders/service_account.go 100.00% <ø> (ø)
internal/controller/core/queue_controller.go 60.00% <ø> (ø)
...rnal/controller/install/armadaserver_controller.go 84.34% <100.00%> (ø)
...ternal/controller/install/binoculars_controller.go 79.62% <100.00%> (ø)
internal/controller/install/common_helpers.go 98.96% <100.00%> (ø)
...nal/controller/install/eventingester_controller.go 78.91% <100.00%> (ø)
... and 5 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@richscott richscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

goos:
- linux
goarch:
- amd64
- arm64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏼

@@ -154,7 +125,7 @@ go-release-build: goreleaser
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
.PHONY: docker-build
docker-build: test ## Build docker image with the manager.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 This always used to annoy me.

@@ -18,9 +18,11 @@ package v1alpha1

import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/utils/ptr"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package is new to me - it looks very useful.

@dejanzele dejanzele merged commit e95cd7f into armadaproject:main Oct 2, 2023
9 of 10 checks passed
@dejanzele dejanzele deleted the feat/update-operator branch October 2, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants