CustomResourceDefinitionNames

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.readOpt[String]("singular")(stringDecoder).flatMap[String,CustomResourceDefinitionNames](((singular:Option[String])=>obj.readOpt[String]("listKind")(stringDecoder).flatMap[String,CustomResourceDefinitionNames](((listKind:Option[String])=>obj.readOpt[Seq[String]]("categories")(arrDecoder[String](stringDecoder)).flatMap[String,CustomResourceDefinitionNames](((categories:Option[Seq[String]])=>obj.readOpt[Seq[String]]("shortNames")(arrDecoder[String](stringDecoder)).map[CustomResourceDefinitionNames](((shortNames:Option[Seq[String]])=>CustomResourceDefinitionNames.apply(plural=plural,singular=singular,listKind=listKind,categories=categories,shortNames=shortNames))))))))))))) } (new$anon():Decoder[CustomResourceDefinitionNames]) }" class="documentableAnchor">