Service Template Spec Container Liveness Probe Args
data class ServiceTemplateSpecContainerLivenessProbeArgs(val failureThreshold: Output<Int>? = null, val grpc: Output<ServiceTemplateSpecContainerLivenessProbeGrpcArgs>? = null, val httpGet: Output<ServiceTemplateSpecContainerLivenessProbeHttpGetArgs>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ServiceTemplateSpecContainerLivenessProbeArgs>
Constructors
Link copied to clipboard
fun ServiceTemplateSpecContainerLivenessProbeArgs(failureThreshold: Output<Int>? = null, grpc: Output<ServiceTemplateSpecContainerLivenessProbeGrpcArgs>? = null, httpGet: Output<ServiceTemplateSpecContainerLivenessProbeHttpGetArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, timeoutSeconds: Output<Int>? = null)