Mohd Kamaal

Results 9 issues of Mohd Kamaal

## Explanation This PR addresses the need to handle the API group field as an empty string and optional empty string if not explicitly provided in the manifest. This change...

ValidatinPolicy and its feature docs https://github.com/kyverno/website/issues/1489

early draft for IVPOL https://github.com/kyverno/website/issues/1489

## Explanation update the clients data to test resource with deprecated apiVersions ## Related issue closes https://github.com/kyverno/kyverno/issues/13089 ## Checklist - [x] I have read the [contributing guidelines](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md). - [x] I...

cherry-pick-required
size:L
milestone 1.14.5

### Kyverno Version 1.14.0-rc.1 ### Description Similar `metadata` Fields at Multiple Levels in Kubernetes Resources Kubernetes resources like `Deployment`, `CronJob`, `StatefulSet`, etc., contain multiple `metadata` blocks at different levels —...

bug
auto-gen

### Kyverno CLI Version 1.14.0 ### Description Deprecated API versions (e.g., batch/v1beta1, discovery.k8s.io/v1beta1, events.k8s.io/v1beta1, policy/v1beta1, etc.) are not registered by default in the client-go scheme for use with `ValidatingPolicy` (VPOL)...

bug
type:cli
triage
cli:test

## Explanation This PR adds functionality to look up the GroupVersionResource (GVR) for a Kubernetes object using its manifest. Previously, only the GroupVersionKind (GVK) could be obtained from Unstructured objects....

size:L

## Explanation The issue exists only in vpol and mpol, where a policy targeting Pods with autogen enabled incorrectly appears as an additional excluded policy during evaluation. This PR fixes...

size:S

## Related Issue(s) https://github.com/kyverno/kyverno/issues/12085 ## Description add best-practices-vpol dir with prefix `add` would be converted after the generatePolicy crd release ## Checklist - [x] I have read the [policy contribution...