IngressStatusArgs

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

IngressStatus describe the current state of the Ingress.

Constructors

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

Functions

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

Properties

Link copied to clipboard

loadBalancer contains the current status of the load-balancer.