Container Probe Args
data class ContainerProbeArgs(val exec: Output<ContainerExecArgs>? = null, val failureThreshold: Output<Int>? = null, val httpGet: Output<ContainerHttpGetArgs>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val successThreshold: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ContainerProbeArgs>
The container probe, for liveness or readiness
Constructors
Link copied to clipboard
fun ContainerProbeArgs(exec: Output<ContainerExecArgs>? = null, failureThreshold: Output<Int>? = null, httpGet: Output<ContainerHttpGetArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, successThreshold: Output<Int>? = null, timeoutSeconds: Output<Int>? = null)