kubectl-reap
                                
                                
                                
                                    kubectl-reap copied to clipboard
                            
                            
                            
                        [feature request] support kubernetes-external-secrets
I am using https://github.com/external-secrets/kubernetes-external-secrets to manage secrets via AWS Secrets Manager.
Do you have any plans to support such custom resources with this plugin? I am glad if external-secrets will also be supported (and also thinking about forking this plugin to support external-secrets if not planned).
Yes, I'm planning that.
I'm thinking of how kubectl-reap should support  custom resources. As you know, there a lot of custom resources. Therefore, it'd be unrealistic that I implement support of each custom resource every time someone wants. As one of ideas, it might be good to implement a plugin system to support custom resources, with which users fork this repository, then could easily implement support of the custom resources they are using, and perhaps could submit a PR of the implementation to this repository if it'd be useful for others.
However, I've not fixed any design yet and the implementation wouldn't come soon. Once I implement it, I'm going to make support of popular custom resources like ExternalSecret. If you want the support soon, I recommend you this repository and then use the forked one. I'd appreciate your any kind of contribution 😄