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