Get Service Template Spec Container Startup Probe
data class GetServiceTemplateSpecContainerStartupProbe(val failureThreshold: Int, val grpcs: List<GetServiceTemplateSpecContainerStartupProbeGrpc>, val httpGets: List<GetServiceTemplateSpecContainerStartupProbeHttpGet>, val initialDelaySeconds: Int, val periodSeconds: Int, val tcpSockets: List<GetServiceTemplateSpecContainerStartupProbeTcpSocket>, val timeoutSeconds: Int)
Constructors
Link copied to clipboard
constructor(failureThreshold: Int, grpcs: List<GetServiceTemplateSpecContainerStartupProbeGrpc>, httpGets: List<GetServiceTemplateSpecContainerStartupProbeHttpGet>, initialDelaySeconds: Int, periodSeconds: Int, tcpSockets: List<GetServiceTemplateSpecContainerStartupProbeTcpSocket>, timeoutSeconds: Int)
Properties
Link copied to clipboard
Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
Link copied to clipboard
GRPC specifies an action involving a GRPC port.
Link copied to clipboard
HttpGet specifies the http request to perform.
Link copied to clipboard
Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value is 240.
Link copied to clipboard
How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value is 240.
Link copied to clipboard
TcpSocket specifies an action involving a TCP port.
Link copied to clipboard
Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than periodSeconds.