Google Cloud Run V2Probe Response
data class GoogleCloudRunV2ProbeResponse(val failureThreshold: Int, val grpc: GoogleCloudRunV2GRPCActionResponse, val httpGet: GoogleCloudRunV2HTTPGetActionResponse, val initialDelaySeconds: Int, val periodSeconds: Int, val tcpSocket: GoogleCloudRunV2TCPSocketActionResponse, val timeoutSeconds: Int)
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 GoogleCloudRunV2ProbeResponse(failureThreshold: Int, grpc: GoogleCloudRunV2GRPCActionResponse, httpGet: GoogleCloudRunV2HTTPGetActionResponse, initialDelaySeconds: Int, periodSeconds: Int, tcpSocket: GoogleCloudRunV2TCPSocketActionResponse, timeoutSeconds: Int)