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

[#910] Remove Scaledown CRD #911

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gaohoward
Copy link
Collaborator

No description provided.

@gaohoward gaohoward linked an issue Apr 29, 2024 that may be closed by this pull request
Copy link
Contributor

@brusdev brusdev left a comment

Choose a reason for hiding this comment

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

Great cleanup!

The only blocker is a release that includes d7babc9

@@ -40,125 +35,86 @@ var controllers map[string]*draincontroller.Controller = make(map[string]*drainc

var kubeClient *kubernetes.Clientset

// ActiveMQArtemisScaledownReconciler reconciles a ActiveMQArtemisScaledown object
type ActiveMQArtemisScaledownReconciler struct {
type ActiveMQArtemisMessageMigrationControl struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

The filename is still activemqartemisscaledown_controller.go

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah it should be renamed. Good catch!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

changed it to draft. It's a major change we should try not be included in minor releases.

@gaohoward gaohoward marked this pull request as draft April 30, 2024 09:35
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.

Remove Scaledown CRD
3 participants