doriordan / skuber

A Scala Kubernetes client library
Apache License 2.0
326 stars 97 forks source link

No implicit for Format[skuber.apps.v1.ReplicaSetList] #331

Open mfgamallo opened 3 years ago

mfgamallo commented 3 years ago

There is an implicit for Format[skuber.ext.ReplicaSetList] but there doesn't seem to be one for skuber.apps.v1.ReplicaSetList. It's no big deal, since you can declare your own, but it's confusing since there are similar implicits for deployments, statefulsets...

(Or, alternatively, perhaps there is a mechanism in the library to generate the missing implicits that I couldn't find?)

hagaiovadia commented 3 years ago

This repo seems to have been abandoned. A maintained fork is available here https://github.com/hagay3/skuber Please open the issue in the new repo in order to address the issue. Thanks, Hagai