IngressStatusArgs

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

IngressStatus describe the current state of the Ingress.

Constructors

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