Mohd Kamaal

Results 48 comments of Mohd Kamaal

i think it's intended and i see code [here](https://github.com/kyverno/kyverno/blob/1e8f74b3141a0d5093fcdbb7de33ee9760581f20/pkg/controllers/webhook/validatingpolicy.go#L18) , @eddycharly correct if i am wrong .

@realshuting I added this fix primarily to make vpol work with [deprecated APIs](https://github.com/kyverno/policies/pull/1292). If you think it would be useful for other policy types as well, I can test and...

would be ready for review once this issue gets completed https://github.com/kyverno/kyverno/issues/13089

The test fails off-cluster, but it passes on a real cluster. You're right, we need support for CRDs. I think i should close [this](https://github.com/kyverno/kyverno/issues/13089) issue we can just cover it...

Kyverno CLI maintains a static GVK-to-GVR mapping. Because of this limitation, the CLI fails when testing resources whose API versions or kinds aren’t listed [there](https://github.com/kyverno/kyverno/blob/main/cmd/cli/kubectl-kyverno/data/api-group-resources.json). Our policy relies on those...

@JimBugwadia I'm not sure if this is something a user would normally do, but I tested it and it works. I can raise a PR for this. Currently, it requires...