Ingress Args
constructor(allowInsecure: Output<Boolean>? = null, customDomains: Output<List<CustomDomainArgs>>? = null, external: Output<Boolean>? = null, targetPort: Output<Int>? = null, traffic: Output<List<TrafficWeightArgs>>? = null, transport: Output<Either<String, IngressTransportMethod>>? = null)