object Probe
- Companion:
- class
- Source:
- Probe.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.readOpt[io.k8s.api.core.v1.GRPCAction]("grpc")(decoderOf[T](evidence$1)).flatMap[String,Probe](((grpc:Option[GRPCAction])=>obj.readOpt[io.k8s.api.core.v1.TCPSocketAction]("tcpSocket")(decoderOf[T](evidence$1)).flatMap[String,Probe](((tcpSocket:Option[TCPSocketAction])=>obj.readOpt[Int]("initialDelaySeconds")(intDecoder[T](evidence$1)).flatMap[String,Probe](((initialDelaySeconds:Option[Int])=>obj.readOpt[Int]("failureThreshold")(intDecoder[T](evidence$1)).flatMap[String,Probe](((failureThreshold:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.HTTPGetAction]("httpGet")(decoderOf[T](evidence$1)).flatMap[String,Probe](((httpGet:Option[HTTPGetAction])=>obj.readOpt[Int]("terminationGracePeriodSeconds")(intDecoder[T](evidence$1)).flatMap[String,Probe](((terminationGracePeriodSeconds:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.ExecAction]("exec")(decoderOf[T](evidence$1)).flatMap[String,Probe](((exec:Option[ExecAction])=>obj.readOpt[Int]("periodSeconds")(intDecoder[T](evidence$1)).flatMap[String,Probe](((periodSeconds:Option[Int])=>obj.readOpt[Int]("successThreshold")(intDecoder[T](evidence$1)).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[T,Probe])
}" class="documentableAnchor">
implicit def obj.readOpt[io.k8s.api.core.v1.GRPCAction]("grpc")(decoderOf[T](evidence$1)).flatMap[String,Probe](((grpc:Option[GRPCAction])=>obj.readOpt[io.k8s.api.core.v1.TCPSocketAction]("tcpSocket")(decoderOf[T](evidence$1)).flatMap[String,Probe](((tcpSocket:Option[TCPSocketAction])=>obj.readOpt[Int]("initialDelaySeconds")(intDecoder[T](evidence$1)).flatMap[String,Probe](((initialDelaySeconds:Option[Int])=>obj.readOpt[Int]("failureThreshold")(intDecoder[T](evidence$1)).flatMap[String,Probe](((failureThreshold:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.HTTPGetAction]("httpGet")(decoderOf[T](evidence$1)).flatMap[String,Probe](((httpGet:Option[HTTPGetAction])=>obj.readOpt[Int]("terminationGracePeriodSeconds")(intDecoder[T](evidence$1)).flatMap[String,Probe](((terminationGracePeriodSeconds:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.ExecAction]("exec")(decoderOf[T](evidence$1)).flatMap[String,Probe](((exec:Option[ExecAction])=>obj.readOpt[Int]("periodSeconds")(intDecoder[T](evidence$1)).flatMap[String,Probe](((periodSeconds:Option[Int])=>obj.readOpt[Int]("successThreshold")(intDecoder[T](evidence$1)).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[T,Probe])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, Probe]
- Source:
- Probe.scala