Onboard Load Balancer (part 1: implement creation payload helpers) (#107)

* Add initial resource schema and model

* Configure client

* Implement toCreatePayload and test

* Unwire load balancer resource from the provider

* Add schema fields descriptions

* Review adjustments

* Lint adjustments
This commit is contained in:
João Palet 2023-10-27 11:40:29 +02:00 committed by GitHub
parent 529225d06b
commit 8323db836d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 753 additions and 0 deletions

View file

@ -19,6 +19,7 @@ type ProviderData struct {
Region string
ArgusCustomEndpoint string
DnsCustomEndpoint string
LoadBalancerCustomEndpoint string
LogMeCustomEndpoint string
MariaDBCustomEndpoint string
MongoDBFlexCustomEndpoint string