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