Probe
final case class Probe(timeoutSeconds: Option[Int], grpc: Option[GRPCAction], tcpSocket: Option[TCPSocketAction], initialDelaySeconds: Option[Int], failureThreshold: Option[Int], httpGet: Option[HTTPGetAction], terminationGracePeriodSeconds: Option[Int], exec: Option[ExecAction], periodSeconds: Option[Int], successThreshold: Option[Int])
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
- Source:
- Probe.scala