Service Template Container Startup Probe Args
data class ServiceTemplateContainerStartupProbeArgs(val failureThreshold: Output<Int>? = null, val grpc: Output<ServiceTemplateContainerStartupProbeGrpcArgs>? = null, val httpGet: Output<ServiceTemplateContainerStartupProbeHttpGetArgs>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val tcpSocket: Output<ServiceTemplateContainerStartupProbeTcpSocketArgs>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ServiceTemplateContainerStartupProbeArgs>
Constructors
Link copied to clipboard
fun ServiceTemplateContainerStartupProbeArgs(failureThreshold: Output<Int>? = null, grpc: Output<ServiceTemplateContainerStartupProbeGrpcArgs>? = null, httpGet: Output<ServiceTemplateContainerStartupProbeHttpGetArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, tcpSocket: Output<ServiceTemplateContainerStartupProbeTcpSocketArgs>? = null, timeoutSeconds: Output<Int>? = null)