Probe Response
data class ProbeResponse(val exec: ExecActionResponse, val failureThreshold: Int, val grpc: GRPCActionResponse, val httpGet: HTTPGetActionResponse, val initialDelaySeconds: Int, val periodSeconds: Int, val successThreshold: Int, val tcpSocket: TCPSocketActionResponse, 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 ProbeResponse(exec: ExecActionResponse, failureThreshold: Int, grpc: GRPCActionResponse, httpGet: HTTPGetActionResponse, initialDelaySeconds: Int, periodSeconds: Int, successThreshold: Int, tcpSocket: TCPSocketActionResponse, timeoutSeconds: Int)