NamespaceManagement_LoadBalancers_HAProxyConfigUpdateSpec

NamespaceManagement_LoadBalancers_HAProxyConfigUpdateSpec
NamespaceManagement_LoadBalancers_HAProxyConfigUpdateSpec

LoadBalancers.HAProxyConfigUpdateSpec captures the configuration data required for Supervisor Service Type:LoadBalancer to have an external load balancer be created via HAProxy.

JSON Example
{
    "username": "string",
    "password": "string",
    "certificate_authority_chain": "string"
}
string
username
Optional

An administrator user name for accessing the HAProxy Data Plane API server. If unset, the existing username will not be modified.

string As password
password
Optional

The password for the administrator user. If unset, the existing password will not be modified.

string
certificate_authority_chain
Optional

CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server. If unset, the existing PEM-encoded CA chain will not be modified.