io.k8s.api.core.v1.Probe$
See theProbe companion class
object Probe
Attributes
- Companion:
- class
- Source:
- Probe.scala
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- Probe.type
Members list
Concise view
Type members
Inherited types
The names of the product elements
The name of the type
Implicits
Implicits
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])
}" t="n"class="documentableName ">decoder: Decoder[Probe]
Attributes
- Source:
- Probe.scala
Attributes
- Source:
- Probe.scala