kubernetes-sigs/kubectl-validate

OpenAPI v2 schemas not supported

alexzielenski opened this issue · 4 comments

This means we can't support k8s versions lower than 1.23. It'd be nice to be able to use the older schemas. This might incur a higher burden for the overlay patches that add richer native type validations.

Also note that we have a piece of code somewhere that converts v2 into v3 ...

/assign

@alexzielenski can you please tell where exactly the function should be implemented ?