io.k8s.api.core.v1.LimitRangeItem$
See theLimitRangeItem companion class
object LimitRangeItem
Attributes
- Companion:
- class
- Source:
- LimitRangeItem.scala
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- LimitRangeItem.type
Members list
Concise view
Type members
Inherited types
The names of the product elements
The name of the type
Implicits
Implicits
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])
}" t="n"class="documentableName ">decoder: Decoder[LimitRangeItem]
Attributes
- Source:
- LimitRangeItem.scala
Attributes
- Source:
- LimitRangeItem.scala