IngressSettingsResponse

data class IngressSettingsResponse(val backendProtocol: String? = null, val clientAuth: IngressSettingsResponseClientAuth? = null, val readTimeoutInSeconds: Int? = null, val sendTimeoutInSeconds: Int? = null, val sessionAffinity: String? = null, val sessionCookieMaxAge: Int? = null)

App ingress settings payload.

Constructors

Link copied to clipboard
constructor(backendProtocol: String? = null, clientAuth: IngressSettingsResponseClientAuth? = null, readTimeoutInSeconds: Int? = null, sendTimeoutInSeconds: Int? = null, sessionAffinity: String? = null, sessionCookieMaxAge: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backendProtocol: String? = null

How ingress should communicate with this app backend service.

Link copied to clipboard

Client-Certification Authentication.

Link copied to clipboard

Ingress read time out in seconds.

Link copied to clipboard

Ingress send time out in seconds.

Link copied to clipboard
val sessionAffinity: String? = null

Type of the affinity, set this to Cookie to enable session affinity.

Link copied to clipboard

Time in seconds until the cookie expires.