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