Group Container Liveness Probe
data class GroupContainerLivenessProbe(val execs: List<String>? = null, val failureThreshold: Int? = null, val httpGets: List<GroupContainerLivenessProbeHttpGet>? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val successThreshold: Int? = null, val timeoutSeconds: Int? = null)
Constructors
Link copied to clipboard
fun GroupContainerLivenessProbe(execs: List<String>? = null, failureThreshold: Int? = null, httpGets: List<GroupContainerLivenessProbeHttpGet>? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, successThreshold: Int? = null, timeoutSeconds: Int? = null)