StorageVersionStatus

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.api.apiserverinternal.v1alpha1.StorageVersionCondition]]("conditions")(arrDecoder[T,StorageVersionCondition](evidence$1,decoderOf[T](evidence$1))).flatMap[String,StorageVersionStatus](((conditions:Option[Seq[StorageVersionCondition]])=>obj.readOpt[Seq[io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion]]("storageVersions")(arrDecoder[T,ServerStorageVersion](evidence$1,decoderOf[T](evidence$1))).map[StorageVersionStatus](((storageVersions:Option[Seq[ServerStorageVersion]])=>StorageVersionStatus.apply(commonEncodingVersion=commonEncodingVersion,conditions=conditions,storageVersions=storageVersions))))))))) } (new$anon():Decoder[T,StorageVersionStatus]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[StorageVersionStatus, T]