NamespaceManagement_LoadBalancers_HAProxyConfigSetSpec
LoadBalancers.HAProxyConfigSetSpec captures the configuration data required for Supervisor Service Type:LoadBalancer to have an external load balancer be created via HA Proxy.
{
"servers": [
{
"host": "string",
"port": 0
}
],
"username": "string",
"password": "string",
"certificate_authority_chain": "string"
}
Servers is a list of the addresses for the data plane API servers used to configure HAProxy. Note: This field cannot be updated and should match existing list of servers.
An administrator user name for accessing the HAProxy Data Plane API server.
The password for the administrator user.
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.