ContainerLoadBalancerIngress

ContainerLoadBalancerIngress
ContainerLoadBalancerIngress

It represents the status of a load-balancer ingress point.

JSON Example
{
    "hostname": "string",
    "ip": "string",
    "ports": [
        {
            "port": 0,
            "protocol": "string"
        }
    ]
}
string
hostname
Optional
Constraints: maxLength: 255

Hostname is set for load-balancer ingress points that are DNS based.

string As ip As ip
ip
Optional

IP is set for load-balancer ingress points that are IP based.

array of PortStatus
ports
Optional

Ports is a list of records of service points.