Skip to content

Commit

Permalink
fix: implement correct opts for load balancer listener create & update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leaseweb CI committed Nov 18, 2024
1 parent 9d682d7 commit cb6c58e
Show file tree
Hide file tree
Showing 28 changed files with 876 additions and 1,599 deletions.
2 changes: 1 addition & 1 deletion abuse/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aggregationPack/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dedicatedServer/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion invoice/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions publicCloud/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ docs/AutoScalingGroupType.md
docs/Balance.md
docs/Billing.md
docs/BillingFrequency.md
docs/Certificate.md
docs/Certificate1.md
docs/Contract.md
docs/ContractState.md
docs/ContractTerm.md
Expand Down Expand Up @@ -84,17 +82,17 @@ docs/IpVersion.md
docs/Iso.md
docs/LaunchInstanceOpts.md
docs/LaunchLoadBalancerOpts.md
docs/ListenerDefaultRule.md
docs/LoadBalancer.md
docs/LoadBalancerConfiguration.md
docs/LoadBalancerDetails.md
docs/LoadBalancerGranularity.md
docs/LoadBalancerListItem.md
docs/LoadBalancerListener.md
docs/LoadBalancerListenerCreateOpts.md
docs/LoadBalancerListenerDefaultRule.md
docs/LoadBalancerListenerDetails.md
docs/LoadBalancerListenerOpts.md
docs/LoadBalancerListenerRule.md
docs/LoadBalancerListenerUpdateOpts.md
docs/MarketApp.md
docs/MarketAppId.md
docs/Memory.md
Expand Down Expand Up @@ -162,8 +160,6 @@ model_auto_scaling_group_type.go
model_balance.go
model_billing.go
model_billing_frequency.go
model_certificate.go
model_certificate_1.go
model_contract.go
model_contract_state.go
model_contract_term.go
Expand Down Expand Up @@ -231,17 +227,17 @@ model_ip_version.go
model_iso.go
model_launch_instance_opts.go
model_launch_load_balancer_opts.go
model_listener_default_rule.go
model_load_balancer.go
model_load_balancer_configuration.go
model_load_balancer_details.go
model_load_balancer_granularity.go
model_load_balancer_list_item.go
model_load_balancer_listener.go
model_load_balancer_listener_create_opts.go
model_load_balancer_listener_default_rule.go
model_load_balancer_listener_details.go
model_load_balancer_listener_opts.go
model_load_balancer_listener_rule.go
model_load_balancer_listener_update_opts.go
model_market_app.go
model_market_app_id.go
model_memory.go
Expand Down
210 changes: 104 additions & 106 deletions publicCloud/api/openapi.yaml

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions publicCloud/api_public_cloud.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion publicCloud/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

118 changes: 0 additions & 118 deletions publicCloud/docs/Certificate.md

This file was deleted.

Loading

0 comments on commit cb6c58e

Please sign in to comment.