App Ingress
data class AppIngress(val allowInsecureConnections: Boolean? = null, val customDomain: AppIngressCustomDomain? = null, val exposedPort: Int? = null, val externalEnabled: Boolean? = null, val fqdn: String? = null, val ipSecurityRestrictions: List<AppIngressIpSecurityRestriction>? = null, val targetPort: Int, val trafficWeights: List<AppIngressTrafficWeight>, val transport: String? = null)
Constructors
Link copied to clipboard
fun AppIngress(allowInsecureConnections: Boolean? = null, customDomain: AppIngressCustomDomain? = null, exposedPort: Int? = null, externalEnabled: Boolean? = null, fqdn: String? = null, ipSecurityRestrictions: List<AppIngressIpSecurityRestriction>? = null, targetPort: Int, trafficWeights: List<AppIngressTrafficWeight>, transport: String? = null)