CustomResourceDefinitionVersion

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion$
See theCustomResourceDefinitionVersion companion class

Attributes

Companion:
class
Source:
CustomResourceDefinitionVersion.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit val obj.read[Boolean]("served")(booleanDecoder).flatMap[String,CustomResourceDefinitionVersion](((served:Boolean)=>obj.read[Boolean]("storage")(booleanDecoder).flatMap[String,CustomResourceDefinitionVersion](((storage:Boolean)=>obj.readOpt[String]("deprecationWarning")(stringDecoder).flatMap[String,CustomResourceDefinitionVersion](((deprecationWarning:Option[String])=>obj.readOpt[Boolean]("deprecated")(booleanDecoder).flatMap[String,CustomResourceDefinitionVersion](((deprecated:Option[Boolean])=>obj.readOpt[io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources]("subresources")(decoder).flatMap[String,CustomResourceDefinitionVersion](((subresources:Option[CustomResourceSubresources])=>obj.readOpt[io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation]("schema")(decoder).flatMap[String,CustomResourceDefinitionVersion](((schema:Option[CustomResourceValidation])=>obj.readOpt[Seq[io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition]]("additionalPrinterColumns")(arrDecoder[CustomResourceColumnDefinition](decoder)).map[CustomResourceDefinitionVersion](((additionalPrinterColumns:Option[Seq[CustomResourceColumnDefinition]])=>CustomResourceDefinitionVersion.apply(name=name,served=served,storage=storage,deprecationWarning=deprecationWarning,deprecated=deprecated,subresources=subresources,schema=schema,additionalPrinterColumns=additionalPrinterColumns))))))))))))))))))) } (new$anon():Decoder[CustomResourceDefinitionVersion]) }" t="n"class="documentableName ">decoder: Decoder[CustomResourceDefinitionVersion]