client icon indicating copy to clipboard operation
client copied to clipboard

Support to extend with custom models

Open petershaw opened this issue 3 years ago • 2 comments

I need to list all resources of

apiVersion: cert-manager.io/v1
kind: Certificate

it there is any way to implement own Models to support crds? The code looks very extensable at the first look. Feature-Request is to have a documentation how to implement an extension to support cruds on custom resources.

Will this be possible?

petershaw avatar Feb 12 '22 23:02 petershaw

Hey there. It is currently not possible, however, CRD support is on the top of the to-do list 😉 One thing I could prioritize is support for the unstructured resource type as a catch-all-fallback. I'll try to find some time over the next couple of days, maybe the weekend, to squeeze a first implementation for unstructured types.

Cheers

iabudiab avatar Feb 15 '22 01:02 iabudiab

Hey @iabudiab wonderful! And a big thanks to your work. I will spread the word!

petershaw avatar Feb 15 '22 18:02 petershaw

@petershaw You should check out the new version ;)

iabudiab avatar Jan 28 '23 23:01 iabudiab

Landed in v0.13.0

iabudiab avatar Jan 28 '23 23:01 iabudiab