Load Balancer Ingress
data class LoadBalancerIngress(val hostname: String? = null, val ip: String? = null, val ports: List<PortStatus>? = null)
LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.
Constructors
Link copied to clipboard
fun LoadBalancerIngress(hostname: String? = null, ip: String? = null, ports: List<PortStatus>? = null)