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")(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 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="documentableName ">decoder: Decoder[Probe]
- Source:
- Probe.scala