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