Ingress Response
data class IngressResponse(val allowInsecure: Boolean? = null, val customDomains: List<CustomDomainResponse>? = null, val external: Boolean? = null, val fqdn: String, val targetPort: Int? = null, val traffic: List<TrafficWeightResponse>? = null, val transport: String? = null)
Container App Ingress configuration.
Constructors
Link copied to clipboard
fun IngressResponse(allowInsecure: Boolean? = null, customDomains: List<CustomDomainResponse>? = null, external: Boolean? = null, fqdn: String, targetPort: Int? = null, traffic: List<TrafficWeightResponse>? = null, transport: String? = null)