object HTTPGetAction
- Companion:
- class
- Source:
- HTTPGetAction.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[String]("path")(stringDecoder).flatMap[String,HTTPGetAction](((path:Option[String])=>obj.readOpt[String]("host")(stringDecoder).flatMap[String,HTTPGetAction](((host:Option[String])=>obj.readOpt[String]("scheme")(stringDecoder).flatMap[String,HTTPGetAction](((scheme:Option[String])=>obj.readOpt[Seq[io.k8s.api.core.v1.HTTPHeader]]("httpHeaders")(arrDecoder[HTTPHeader](decoder)).map[HTTPGetAction](((httpHeaders:Option[Seq[HTTPHeader]])=>HTTPGetAction.apply(port=port,path=path,host=host,scheme=scheme,httpHeaders=httpHeaders)))))))))))))
}
(new$anon():Decoder[HTTPGetAction])
}" class="documentableAnchor">
implicit val obj.readOpt[String]("path")(stringDecoder).flatMap[String,HTTPGetAction](((path:Option[String])=>obj.readOpt[String]("host")(stringDecoder).flatMap[String,HTTPGetAction](((host:Option[String])=>obj.readOpt[String]("scheme")(stringDecoder).flatMap[String,HTTPGetAction](((scheme:Option[String])=>obj.readOpt[Seq[io.k8s.api.core.v1.HTTPHeader]]("httpHeaders")(arrDecoder[HTTPHeader](decoder)).map[HTTPGetAction](((httpHeaders:Option[Seq[HTTPHeader]])=>HTTPGetAction.apply(port=port,path=path,host=host,scheme=scheme,httpHeaders=httpHeaders)))))))))))))
}
(new$anon():Decoder[HTTPGetAction])
}" class="documentableName ">decoder: Decoder[HTTPGetAction]
- Source:
- HTTPGetAction.scala