Service Template Spec Container Liveness Probe
data class ServiceTemplateSpecContainerLivenessProbe(val failureThreshold: Int? = null, val grpc: ServiceTemplateSpecContainerLivenessProbeGrpc? = null, val httpGet: ServiceTemplateSpecContainerLivenessProbeHttpGet? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val timeoutSeconds: Int? = null)
Constructors
Link copied to clipboard
fun ServiceTemplateSpecContainerLivenessProbe(failureThreshold: Int? = null, grpc: ServiceTemplateSpecContainerLivenessProbeGrpc? = null, httpGet: ServiceTemplateSpecContainerLivenessProbeHttpGet? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, timeoutSeconds: Int? = null)