IngressStatusArgs

data class IngressStatusArgs(val loadBalancer: Output<IngressLoadBalancerStatusArgs>? = null) : ConvertibleToJava<IngressStatusArgs>

IngressStatus describe the current state of the Ingress.

Constructors

Link copied to clipboard
constructor(loadBalancer: Output<IngressLoadBalancerStatusArgs>? = null)

Properties

Link copied to clipboard

loadBalancer contains the current status of the load-balancer.

Functions

Link copied to clipboard
open override fun toJava(): IngressStatusArgs