Probe

object Probe
Companion:
class
Source:
Probe.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
Probe.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[io.k8s.api.core.v1.GRPCAction]("grpc")(decoder).flatMap[String,Probe](((grpc:Option[GRPCAction])=>obj.readOpt[io.k8s.api.core.v1.TCPSocketAction]("tcpSocket")(decoder).flatMap[String,Probe](((tcpSocket:Option[TCPSocketAction])=>obj.readOpt[Int]("initialDelaySeconds")(intDecoder).flatMap[String,Probe](((initialDelaySeconds:Option[Int])=>obj.readOpt[Int]("failureThreshold")(intDecoder).flatMap[String,Probe](((failureThreshold:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.HTTPGetAction]("httpGet")(decoder).flatMap[String,Probe](((httpGet:Option[HTTPGetAction])=>obj.readOpt[Int]("terminationGracePeriodSeconds")(intDecoder).flatMap[String,Probe](((terminationGracePeriodSeconds:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.ExecAction]("exec")(decoder).flatMap[String,Probe](((exec:Option[ExecAction])=>obj.readOpt[Int]("periodSeconds")(intDecoder).flatMap[String,Probe](((periodSeconds:Option[Int])=>obj.readOpt[Int]("successThreshold")(intDecoder).map[Probe](((successThreshold:Option[Int])=>Probe.apply(timeoutSeconds=timeoutSeconds,grpc=grpc,tcpSocket=tcpSocket,initialDelaySeconds=initialDelaySeconds,failureThreshold=failureThreshold,httpGet=httpGet,terminationGracePeriodSeconds=terminationGracePeriodSeconds,exec=exec,periodSeconds=periodSeconds,successThreshold=successThreshold))))))))))))))))))))))) } (new$anon():Decoder[Probe]) }" class="documentableAnchor">
implicit val encoder: Encoder[Probe]