camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

Garbage Collection enhancement and documentation

Open squakez opened this issue 1 month ago • 0 comments

Requirement

We may enhance the garbage collection by providing a list of resources we can and want to delete instead of checking the API. It would be more reliable and avoid a stressfull API call to check the entire list of APIs available in the cluster. Whatever resource we want to include for the operator to be managed is already listed between the roles assigned to the operator SA. We can either check that role to verify the "deletable" resources or directly create a twin inmemory map (similarly of what we're already doing) to know the resources we can delete.

Additionally we'd need to add a documentation to explain generation and how the garbage collection works.

squakez avatar Nov 22 '25 08:11 squakez