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