Service Template Spec Container Startup Probe
data class ServiceTemplateSpecContainerStartupProbe(val failureThreshold: Int? = null, val grpc: ServiceTemplateSpecContainerStartupProbeGrpc? = null, val httpGet: ServiceTemplateSpecContainerStartupProbeHttpGet? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val tcpSocket: ServiceTemplateSpecContainerStartupProbeTcpSocket? = null, val timeoutSeconds: Int? = null)
Constructors
Link copied to clipboard
fun ServiceTemplateSpecContainerStartupProbe(failureThreshold: Int? = null, grpc: ServiceTemplateSpecContainerStartupProbeGrpc? = null, httpGet: ServiceTemplateSpecContainerStartupProbeHttpGet? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, tcpSocket: ServiceTemplateSpecContainerStartupProbeTcpSocket? = null, timeoutSeconds: Int? = null)