Google Cloud Run V2Probe Args
data class GoogleCloudRunV2ProbeArgs(val failureThreshold: Output<Int>? = null, val grpc: Output<GoogleCloudRunV2GRPCActionArgs>? = null, val httpGet: Output<GoogleCloudRunV2HTTPGetActionArgs>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val tcpSocket: Output<GoogleCloudRunV2TCPSocketActionArgs>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<GoogleCloudRunV2ProbeArgs>
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
Constructors
Link copied to clipboard
fun GoogleCloudRunV2ProbeArgs(failureThreshold: Output<Int>? = null, grpc: Output<GoogleCloudRunV2GRPCActionArgs>? = null, httpGet: Output<GoogleCloudRunV2HTTPGetActionArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, tcpSocket: Output<GoogleCloudRunV2TCPSocketActionArgs>? = null, timeoutSeconds: Output<Int>? = null)