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: support NodeCountScaler #7258

Merged
merged 14 commits into from
May 7, 2024
Prev Previous commit
Next Next commit
fix lint error
free6om committed May 7, 2024

Verified

This commit was signed with the committer’s verified signature.
weblate Weblate (bot)
commit d4877e826d22429073aac1bd76dd250fe26e2a72
6 changes: 3 additions & 3 deletions controllers/experimental/suite_test.go
Original file line number Diff line number Diff line change
@@ -49,9 +49,9 @@ const (
)

var (
tree *kubebuilderx.ObjectTree
ncs *experimentalv1alpha1.NodeCountScaler
clusterName = "foo"
tree *kubebuilderx.ObjectTree
ncs *experimentalv1alpha1.NodeCountScaler
clusterName = "foo"
componentNames = []string{"bar-0", "bar-1"}
)

Loading