monokle-core
monokle-core copied to clipboard
ValidatingAdmissionPolicy validator
I would like to validate my resources using the Kubernetes 1.28 ValidatingAdmissionPolicy-related CRDs - see https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/
Initially I am fine with the validator automatically detecting any corresponding resources in my set of files/YAML and validating the remaining resources against them.
A future improvement could be a configuration that sets a different folder containing the resources to use for validation.