John Lin

Results 14 comments of John Lin

Hi @nolar, I have 2 handlers, one for creation of the CRD, and another for deletion. The handler for deletion is rather simple: ```python # controller.py @kopf.on.delete('johnlinp.com', 'v1', 'FooResource') def...