object LimitRangeItem
- Companion:
- class
- Source:
- LimitRangeItem.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- 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 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="documentableName ">decoderOf[T : Reader]: Decoder[T, LimitRangeItem]
- Source:
- LimitRangeItem.scala