CustomResourceDefinitionStatus

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[Seq[io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition]]("conditions")(arrDecoder[T,CustomResourceDefinitionCondition](evidence$1,decoderOf[T](evidence$1))).flatMap[String,CustomResourceDefinitionStatus](((conditions:Option[Seq[CustomResourceDefinitionCondition]])=>obj.readOpt[Seq[String]]("storedVersions")(arrDecoder[T,String](evidence$1,stringDecoder[T](evidence$1))).map[CustomResourceDefinitionStatus](((storedVersions:Option[Seq[String]])=>CustomResourceDefinitionStatus.apply(acceptedNames=acceptedNames,conditions=conditions,storedVersions=storedVersions))))))))) } (new$anon():Decoder[T,CustomResourceDefinitionStatus]) }" class="documentableAnchor">