Probe

case class Probe(exec: Option[ExecAction], failureThreshold: Option[Int], httpGet: Option[HTTPGetAction], initialDelaySeconds: Option[Int], periodSeconds: Option[Int], successThreshold: Option[Int], tcpSocket: Option[TCPSocketAction], terminationGracePeriodSeconds: Option[Long], timeoutSeconds: Option[Int])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product