IngressResponse

data class IngressResponse(val allowInsecure: Boolean? = 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
constructor(allowInsecure: Boolean? = null, external: Boolean? = null, fqdn: String, targetPort: Int? = null, traffic: List<TrafficWeightResponse>? = null, transport: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowInsecure: Boolean? = null

Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections

Link copied to clipboard
val external: Boolean? = null

Bool indicating if app exposes an external http endpoint

Link copied to clipboard

Hostname.

Link copied to clipboard
val targetPort: Int? = null

Target Port in containers for traffic from ingress

Link copied to clipboard
Link copied to clipboard
val transport: String? = null

Ingress transport protocol