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?)
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
There is an implicit for
Format[skuber.ext.ReplicaSetList]
but there doesn't seem to be one forskuber.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?)