App Ingress
fun AppIngress(allowInsecureConnections: Boolean? = null, customDomain: AppIngressCustomDomain? = null, externalEnabled: Boolean? = null, fqdn: String? = null, targetPort: Int, trafficWeights: List<AppIngressTrafficWeight>, transport: String? = null)