IngressStatusPatch

data class IngressStatusPatch(val loadBalancer: IngressLoadBalancerStatusPatch? = null)

IngressStatus describe the current state of the Ingress.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

loadBalancer contains the current status of the load-balancer.