-
Notifications
You must be signed in to change notification settings - Fork 31
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(loadbalancer): migrate loadbalancer resource to plugin fw #642
Conversation
ac3594e
to
eecbd6f
Compare
98d746e
to
54822d1
Compare
eecbd6f
to
f9ba921
Compare
Family: upcloud.LoadBalancerAddressFamily(n.Family.ValueString()), | ||
UUID: n.Network.ValueString(), | ||
} | ||
if network.Type == upcloud.LoadBalancerNetworkTypePrivate && network.UUID == "" { |
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.
(No action required) AlsoRequires
validator might work for this as well 🤔 Validator would anyway be nicer way to check this, but I guess it would require custom validator so maybe better to look at that later
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.
Added a plan modifier, so we can check & validate the config after the possible defaults have been set.
3913ddb
to
46e9e06
Compare
No description provided.