APIGroup

object APIGroup
Companion:
class
Source:
APIGroup.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[Seq[io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery]]("versions")(arrDecoder[T,GroupVersionForDiscovery](evidence$2,decoderOf[T](evidence$2))).flatMap[String,APIGroup](((versions:Seq[GroupVersionForDiscovery])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery]("preferredVersion")(decoderOf[T](evidence$2)).flatMap[String,APIGroup](((preferredVersion:Option[GroupVersionForDiscovery])=>obj.readOpt[Seq[io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR]]("serverAddressByClientCIDRs")(arrDecoder[T,ServerAddressByClientCIDR](evidence$2,decoderOf[T](evidence$2))).map[APIGroup](((serverAddressByClientCIDRs:Option[Seq[ServerAddressByClientCIDR]])=>APIGroup.apply(name=name,versions=versions,preferredVersion=preferredVersion,serverAddressByClientCIDRs=serverAddressByClientCIDRs))))))))))) } (new$anon():Decoder[T,APIGroup]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[APIGroup, T]