Ingress Backend
data class IngressBackend(val resource: TypedLocalObjectReference? = null, val service: IngressServiceBackend? = null)
IngressBackend describes all endpoints for a given service and port.
Constructors
Link copied to clipboard
fun IngressBackend(resource: TypedLocalObjectReference? = null, service: IngressServiceBackend? = null)