Pavlos Tzianos
Pavlos Tzianos
**What type of PR is this?** feature **Which issue does this PR fix**: #1837 **What does this PR do / Why do we need it**: - Makes some small changes...
**What would you like to be added**: Use K8s code generator to produce a package that can be used by the K8s client to get/modify/delete the CRDs used by the...
Hi, I'm running reviewdog with the following flags: ```make lint: @reviewdog -fail-on-error $$([ "${CI}" = "true" ] && echo "-reporter=github-pr-review") -diff="git diff origin/main" -filter-mode=added -tee ``` The issue that I'm...