-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: support skipping version #169
Comments
Hi, could you maybe provide a diff to the "Usage" documentation to explain how you would see this being used first? Thanks! |
👋 Thanks for looking into this, I've updated the description hopefully it makes sense now. So basically the suggestion is to allow skipping the Before:
After:
|
Would like to see support for this as well. My use case is with Gatekeeper. This allows you to create OPA policies by first creating a See https://open-policy-agent.github.io/gatekeeper/website/docs/howto#constraint-templates I would like to ignore all |
Currently
-skip
allows providing akind
orversion/kind
kubeconform/pkg/validator/validator.go
Lines 107 to 111 in ee7c498
In some cases it would be handy to be able to skip all resources from the api version altogether e.g.
instead of skipping kinds one by one like
Would you accept PR introducing such functionality?
The text was updated successfully, but these errors were encountered: