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