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