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

AME-3041 Add support for cluster autoscaler settings #24

Merged
merged 5 commits into from
Oct 3, 2024

Conversation

HugUlf
Copy link
Contributor

@HugUlf HugUlf commented Sep 11, 2024

No description provided.

pkg/acloudapi/apitypes.go Outdated Show resolved Hide resolved
pkg/acloudapi/apitypes.go Outdated Show resolved Hide resolved
@@ -178,6 +180,7 @@ type UpdateCluster struct {
DeleteProtection *bool `json:"deleteProtection,omitempty" yaml:"DeleteProtection,omitempty"`
IPWhitelist []string `json:"ipWhitelist,omitempty" yaml:"IpWhitelist,omitempty"`
Addons map[string]APIAddon `json:"addons,omitempty" yaml:"Addons,omitempty"`
AutoScalerSettings AutoscalingSettings `json:"clusterAutoscalerSettings,omitempty" yaml:"ClusterAutoScalerSettings,omitempty"`
Copy link
Member

@djmarkoz djmarkoz Oct 3, 2024

Choose a reason for hiding this comment

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

I think we should use a pointer here as well.

Copy link
Contributor

@idebeijer idebeijer left a comment

Choose a reason for hiding this comment

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

LGTM

@HugUlf HugUlf merged commit 3f12549 into main Oct 3, 2024
2 checks passed
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.

3 participants