NamespaceManagement_LoadBalancers_HAProxyConfigCreateSpec
NamespaceManagement_LoadBalancers_HAProxyConfigCreateSpec
LoadBalancers.HAProxyConfigCreateSpec captures the configuration data required for Supervisor Service Type:LoadBalancer to have an external load balancer be created via HAProxy.
JSON Example
{
"servers": [
{
"host": "string",
"port": 0
}
],
"username": "string",
"password": "string",
"certificate_authority_chain": "string"
}
servers
Required
Servers is a list of the addresses for the data plane API servers used to configure Virtual Servers.
string
username
Required
An administrator user name for accessing the HAProxy Data Plane API server.
string As password
password
Required
The password for the administrator user.
string
certificate_authority_chain
Required
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.