AKSServiceResponseResponseLivenessProbeRequirements

data class AKSServiceResponseResponseLivenessProbeRequirements(val failureThreshold: Int? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val successThreshold: Int? = null, val timeoutSeconds: Int? = null)

The liveness probe requirements.

Constructors

constructor(failureThreshold: Int? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, successThreshold: Int? = null, timeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureThreshold: Int? = null

The number of failures to allow before returning an unhealthy status.

Link copied to clipboard

The delay before the first probe in seconds.

Link copied to clipboard
val periodSeconds: Int? = null

The length of time between probes in seconds.

Link copied to clipboard
val successThreshold: Int? = null

The number of successful probes before returning a healthy status.

Link copied to clipboard
val timeoutSeconds: Int? = null

The probe timeout in seconds.