LimitRangeItem

Companion:
class
Source:
LimitRangeItem.scala
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[Map[String,io.k8s.apimachinery.pkg.api.resource.Quantity]]("defaultRequest")(mapDecoder[T,Quantity](evidence$1,decoder[T](evidence$1))).flatMap[String,LimitRangeItem](((defaultRequest:Option[Map[String,Quantity]])=>obj.readOpt[Map[String,io.k8s.apimachinery.pkg.api.resource.Quantity]]("min")(mapDecoder[T,Quantity](evidence$1,decoder[T](evidence$1))).flatMap[String,LimitRangeItem](((min:Option[Map[String,Quantity]])=>obj.readOpt[Map[String,io.k8s.apimachinery.pkg.api.resource.Quantity]]("maxLimitRequestRatio")(mapDecoder[T,Quantity](evidence$1,decoder[T](evidence$1))).flatMap[String,LimitRangeItem](((maxLimitRequestRatio:Option[Map[String,Quantity]])=>obj.readOpt[Map[String,io.k8s.apimachinery.pkg.api.resource.Quantity]]("max")(mapDecoder[T,Quantity](evidence$1,decoder[T](evidence$1))).flatMap[String,LimitRangeItem](((max:Option[Map[String,Quantity]])=>obj.readOpt[Map[String,io.k8s.apimachinery.pkg.api.resource.Quantity]]("default")(mapDecoder[T,Quantity](evidence$1,decoder[T](evidence$1))).map[LimitRangeItem](((default:Option[Map[String,Quantity]])=>LimitRangeItem.apply(type=type,defaultRequest=defaultRequest,min=min,maxLimitRequestRatio=maxLimitRequestRatio,max=max,default=default))))))))))))))) } (new$anon():Decoder[T,LimitRangeItem]) }" class="documentableAnchor">
implicit def encoder[T](implicit builder: Builder[T]): Encoder[LimitRangeItem, T]