object ResourceQuotaSpec
- Companion:
- class
- Source:
- ResourceQuotaSpec.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[io.k8s.api.core.v1.ScopeSelector]("scopeSelector")(decoder).flatMap[String,ResourceQuotaSpec](((scopeSelector:Option[ScopeSelector])=>obj.readOpt[Seq[String]]("scopes")(arrDecoder[String](stringDecoder)).map[ResourceQuotaSpec](((scopes:Option[Seq[String]])=>ResourceQuotaSpec.apply(hard=hard,scopeSelector=scopeSelector,scopes=scopes)))))))))
}
(new$anon():Decoder[ResourceQuotaSpec])
}" class="documentableAnchor">
implicit val obj.readOpt[io.k8s.api.core.v1.ScopeSelector]("scopeSelector")(decoder).flatMap[String,ResourceQuotaSpec](((scopeSelector:Option[ScopeSelector])=>obj.readOpt[Seq[String]]("scopes")(arrDecoder[String](stringDecoder)).map[ResourceQuotaSpec](((scopes:Option[Seq[String]])=>ResourceQuotaSpec.apply(hard=hard,scopeSelector=scopeSelector,scopes=scopes)))))))))
}
(new$anon():Decoder[ResourceQuotaSpec])
}" class="documentableName ">decoder: Decoder[ResourceQuotaSpec]
- Source:
- ResourceQuotaSpec.scala