IngressStatus

data class IngressStatus(val loadBalancer: LoadBalancerStatus? = null)

IngressStatus describe the current state of the Ingress.

Constructors

Link copied to clipboard
constructor(loadBalancer: LoadBalancerStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

LoadBalancer contains the current status of the load-balancer.