NamespaceManagement_LoadBalancers_HAProxyConfigSetSpec

NamespaceManagement_LoadBalancers_HAProxyConfigSetSpec
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.

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 HAProxy. Note: This field cannot be updated and should match existing list of 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.