APIServiceSpec

Companion:
class
Source:
APIServiceSpec.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

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.read[Int]("groupPriorityMinimum")(intDecoder[T](evidence$1)).flatMap[String,APIServiceSpec](((groupPriorityMinimum:Int)=>obj.readOpt[String]("caBundle")(stringDecoder[T](evidence$1)).flatMap[String,APIServiceSpec](((caBundle:Option[String])=>obj.readOpt[io.k8s.kube_aggregator.pkg.apis.apiregistration.v1.ServiceReference]("service")(decoderOf[T](evidence$1)).flatMap[String,APIServiceSpec](((service:Option[ServiceReference])=>obj.readOpt[String]("version")(stringDecoder[T](evidence$1)).flatMap[String,APIServiceSpec](((version:Option[String])=>obj.readOpt[String]("group")(stringDecoder[T](evidence$1)).flatMap[String,APIServiceSpec](((group:Option[String])=>obj.readOpt[Boolean]("insecureSkipTLSVerify")(booleanDecoder[T](evidence$1)).map[APIServiceSpec](((insecureSkipTLSVerify:Option[Boolean])=>APIServiceSpec.apply(versionPriority=versionPriority,groupPriorityMinimum=groupPriorityMinimum,caBundle=caBundle,service=service,version=version,group=group,insecureSkipTLSVerify=insecureSkipTLSVerify))))))))))))))))) } (new$anon():Decoder[T,APIServiceSpec]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[APIServiceSpec, T]