IngressStatusArgs

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

IngressStatus describe the current state of the Ingress.

Constructors

Link copied to clipboard
constructor(loadBalancer: Output<LoadBalancerStatusArgs>? = 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