dk.sdu.cloud.app.orchestrator.api.IngressStatus

UCloud Developer Guide / Orchestration of Resources / Compute / Public Links (Ingress)

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

Last updated