IngressStatus
¶
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
state
: IngressState
IngressState
resolvedSupport
: ResolvedSupport<Product.Ingress, IngressSupport>?
ResolvedSupport<Product.Ingress, IngressSupport>?
resolvedProduct
: Product.Ingress?
The resolved product referenced by `product`.
Product.Ingress?
This attribute is not included by default unless includeProduct
is specified.