object APIResourceList
- Companion:
- class
- Source:
- APIResourceList.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.read[Seq[io.k8s.apimachinery.pkg.apis.meta.v1.APIResource]]("resources")(arrDecoder[APIResource](decoder)).map[APIResourceList](((resources:Seq[APIResource])=>APIResourceList.apply(groupVersion=groupVersion,resources=resources)))))))
}
(new$anon():Decoder[APIResourceList])
}" class="documentableAnchor">
implicit val obj.read[Seq[io.k8s.apimachinery.pkg.apis.meta.v1.APIResource]]("resources")(arrDecoder[APIResource](decoder)).map[APIResourceList](((resources:Seq[APIResource])=>APIResourceList.apply(groupVersion=groupVersion,resources=resources)))))))
}
(new$anon():Decoder[APIResourceList])
}" class="documentableName ">decoder: Decoder[APIResourceList]
- Source:
- APIResourceList.scala