Yonah Dissen
Yonah Dissen
Find all default resources in a Openshift cluster that kor flags as unused. List them Create an issue to exclude them Bonus: Open merge request with the exclusions (example can...
Split resource creation functions into separate functions from client creation. Allowing reuse of code for all.go test
As a preparation for https://github.com/yonahd/kor/issues/117 And https://github.com/yonahd/kor/issues/107 Add the reason kor is considering the resource unused. E.g. - Unused - Marked with unused label - In termination waiting for finalizers...
#### What this PR does / why we need it: #### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR...
**Is your feature request related to a problem? Please describe.** Currently to find resource deleted but stuck on finalizers we use the resources subcommand. Following the option to show the...
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for additional information on contributing to this repository! ## What this PR does / why we need it This adds an adopters file to allow teams to...