Ingress Load Balancer Ingress
data class IngressLoadBalancerIngress(val hostname: String? = null, val ip: String? = null, val ports: List<IngressPortStatus>? = null)
IngressLoadBalancerIngress represents the status of a load-balancer ingress point.
Constructors
Link copied to clipboard
fun IngressLoadBalancerIngress(hostname: String? = null, ip: String? = null, ports: List<IngressPortStatus>? = null)