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