You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
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?)
The text was updated successfully, but these errors were encountered: