Closed adriananeci closed 2 years ago
Please revert all changes in
*.go
files unrelated to docs, i.e. indendation.
Done, it was my IDE that was keep formatting it, was pretty hard to foul it :D .
A go linter and maybe a go fmt
added in CI might help keeping the code in a good shape, just a thought.
There were few recent changes that might be considered breaking changes like https://github.com/open-policy-agent/kube-mgmt/pull/151 or https://github.com/open-policy-agent/kube-mgmt/pull/163 where for example
--polices
was renamed into--namespace
or statusAnnotationKey value fromopenpolicyagent.org/policy-status
toopenpolicyagent.org/kube-mgmt-status
This PR updates the docs so that they reflect the latest changes.
Signed-off-by: Adrian Aneci aneci.adrian@gmail.com