io.k8s.apimachinery.pkg.apis.meta.v1.APIResource$
See theAPIResource companion class
object APIResource
Attributes
- Companion:
- class
- Source:
- APIResource.scala
- Graph
- Supertypes
- Self type
- APIResource.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.read[Seq[String]]("verbs")(arrDecoder[String](stringDecoder)).flatMap[String,APIResource](((verbs:Seq[String])=>obj.read[Boolean]("namespaced")(booleanDecoder).flatMap[String,APIResource](((namespaced:Boolean)=>obj.read[String]("singularName")(stringDecoder).flatMap[String,APIResource](((singularName:String)=>obj.readOpt[String]("version")(stringDecoder).flatMap[String,APIResource](((version:Option[String])=>obj.readOpt[Seq[String]]("categories")(arrDecoder[String](stringDecoder)).flatMap[String,APIResource](((categories:Option[Seq[String]])=>obj.readOpt[Seq[String]]("shortNames")(arrDecoder[String](stringDecoder)).flatMap[String,APIResource](((shortNames:Option[Seq[String]])=>obj.readOpt[String]("storageVersionHash")(stringDecoder).flatMap[String,APIResource](((storageVersionHash:Option[String])=>obj.readOpt[String]("group")(stringDecoder).map[APIResource](((group:Option[String])=>APIResource.apply(name=name,verbs=verbs,namespaced=namespaced,singularName=singularName,version=version,categories=categories,shortNames=shortNames,storageVersionHash=storageVersionHash,group=group)))))))))))))))))))))
}
(new$anon():Decoder[APIResource])
}" t="n"class="documentableName ">decoder: Decoder[APIResource]
Attributes
- Source:
- APIResource.scala
Attributes
- Source:
- APIResource.scala