IngressStatusPatch

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

IngressStatus describe the current state of the Ingress.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

LoadBalancer contains the current status of the load-balancer.