Closed
Description
Hi,
Thanks for this! This does exactly what I need. I am however very lost on how to handle the following use case
I've created a new thirdparty resource of eg. type database
How do I watch the /apis/database.k8s.com/v1/databases
endpoint to get events when a new resource of type database is created or deleted.
I understand I'd have to sub-class one of the classes to create an endpoint? however I'm not sure which one?
Would appreciate any help with this.
Thanks.