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.
{
"username": "string",
"password": "string",
"certificate_authority_chain": "string"
}
An administrator user name for accessing the HAProxy Data Plane API server. If unset, the existing username will not be modified.
The password for the administrator user. If unset, the existing password will not be modified.
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.