IngressLoadBalancerIngress

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
constructor(hostname: String? = null, ip: String? = null, ports: List<IngressPortStatus>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostname: String? = null

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

Link copied to clipboard
val ip: String? = null

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

Link copied to clipboard

ports provides information about the ports exposed by this LoadBalancer.