AKSService Create Request Liveness Probe Requirements Args
data class AKSServiceCreateRequestLivenessProbeRequirementsArgs(val failureThreshold: Output<Int>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val successThreshold: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<AKSServiceCreateRequestLivenessProbeRequirementsArgs>
The liveness probe requirements.
Constructors
Properties
Link copied to clipboard
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
The length of time between probes in seconds.
Link copied to clipboard
The number of successful probes before returning a healthy status.
Link copied to clipboard
The probe timeout in seconds.