ApplicationReadinessV2

data class ApplicationReadinessV2(val exec: ApplicationReadinessV2Exec? = null, val httpGet: ApplicationReadinessV2HttpGet? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val tcpSocket: ApplicationReadinessV2TcpSocket? = null, val timeoutSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(exec: ApplicationReadinessV2Exec? = null, httpGet: ApplicationReadinessV2HttpGet? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, tcpSocket: ApplicationReadinessV2TcpSocket? = null, timeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Execute. See exec below.

Link copied to clipboard

The liveness check settings of the container. See http_get below.

Link copied to clipboard

The delay of the health check.

Link copied to clipboard
val periodSeconds: Int? = null

The interval at which the health check is performed.

Link copied to clipboard

The liveness check settings of the container. See tcp_socket below.

Link copied to clipboard
val timeoutSeconds: Int? = null

The timeout period of the health check.