Application Readiness V2Args
data class ApplicationReadinessV2Args(val exec: Output<ApplicationReadinessV2ExecArgs>? = null, val httpGet: Output<ApplicationReadinessV2HttpGetArgs>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val tcpSocket: Output<ApplicationReadinessV2TcpSocketArgs>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ApplicationReadinessV2Args>
Constructors
Link copied to clipboard
constructor(exec: Output<ApplicationReadinessV2ExecArgs>? = null, httpGet: Output<ApplicationReadinessV2HttpGetArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, tcpSocket: Output<ApplicationReadinessV2TcpSocketArgs>? = null, timeoutSeconds: Output<Int>? = null)
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
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
The timeout period of the health check.