Container Probe Response
data class ContainerProbeResponse(val exec: ContainerExecResponse? = null, val failureThreshold: Int? = null, val httpGet: ContainerHttpGetResponse? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val successThreshold: Int? = null, val timeoutSeconds: Int? = null)
The container probe, for liveness or readiness
Constructors
Link copied to clipboard
fun ContainerProbeResponse(exec: ContainerExecResponse? = null, failureThreshold: Int? = null, httpGet: ContainerHttpGetResponse? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, successThreshold: Int? = null, timeoutSeconds: Int? = null)