IngressStatus

API: Stable

The status of an Ingress

data class IngressStatus(
    val boundTo: List<String>?,
    val state: IngressState,
    val resolvedSupport: ResolvedSupport<Product.Ingress, IngressSupport>?,
    val resolvedProduct: Product.Ingress?,
)
Properties
boundTo: List<String>? The ID of the `Job` that this `Ingress` is currently bound to
state: IngressState
resolvedSupport: ResolvedSupport<Product.Ingress, IngressSupport>?
resolvedProduct: Product.Ingress? The resolved product referenced by `product`.

This attribute is not included by default unless includeProduct is specified.