CSIStorageCapacity

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[io.k8s.apimachinery.pkg.api.resource.Quantity]("maximumVolumeSize")(decoder[T](evidence$2)).flatMap[String,CSIStorageCapacity](((maximumVolumeSize:Option[Quantity])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("nodeTopology")(decoderOf[T](evidence$2)).flatMap[String,CSIStorageCapacity](((nodeTopology:Option[LabelSelector])=>obj.readOpt[io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta]("metadata")(decoderOf[T](evidence$2)).flatMap[String,CSIStorageCapacity](((metadata:Option[ObjectMeta])=>obj.readOpt[io.k8s.apimachinery.pkg.api.resource.Quantity]("capacity")(decoder[T](evidence$2)).map[CSIStorageCapacity](((capacity:Option[Quantity])=>CSIStorageCapacity.apply(storageClassName=storageClassName,maximumVolumeSize=maximumVolumeSize,nodeTopology=nodeTopology,metadata=metadata,capacity=capacity))))))))))))) } (new$anon():Decoder[T,CSIStorageCapacity]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[CSIStorageCapacity, T]