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

refactor(loadbalancer): migrate loadbalancer resource to plugin fw #642

Merged
merged 10 commits into from
Oct 16, 2024

Conversation

villevsv-upcloud
Copy link
Contributor

No description provided.

@villevsv-upcloud villevsv-upcloud marked this pull request as ready for review September 23, 2024 06:33
@villevsv-upcloud villevsv-upcloud requested a review from a team as a code owner September 23, 2024 06:33
@villevsv-upcloud villevsv-upcloud marked this pull request as draft September 23, 2024 06:33
@villevsv-upcloud villevsv-upcloud marked this pull request as ready for review October 7, 2024 03:40
@villevsv-upcloud villevsv-upcloud force-pushed the refactor/loadbalancer-resolver-pf branch from ac3594e to eecbd6f Compare October 7, 2024 03:49
@kangasta kangasta force-pushed the refactor/loadbalancer-resolver-pf branch from eecbd6f to f9ba921 Compare October 7, 2024 17:50
Base automatically changed from refactor/loadbalancer-resolver-pf to main October 7, 2024 19:57
Family: upcloud.LoadBalancerAddressFamily(n.Family.ValueString()),
UUID: n.Network.ValueString(),
}
if network.Type == upcloud.LoadBalancerNetworkTypePrivate && network.UUID == "" {
Copy link
Contributor

@kangasta kangasta Oct 9, 2024

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

Copy link
Contributor Author

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.

@villevsv-upcloud villevsv-upcloud merged commit 393ea7f into main Oct 16, 2024
4 of 5 checks passed
@villevsv-upcloud villevsv-upcloud deleted the refactor/loadbalancer-pf branch October 16, 2024 14:23
github-actions bot pushed a commit that referenced this pull request Oct 16, 2024
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