yannh / kubeconform

A FAST Kubernetes manifests validator, with support for Custom Resources!
Apache License 2.0
2.23k stars 124 forks source link

validate ObjectMeta #288

Open chonton opened 2 months ago

chonton commented 2 months ago

closes #287, #275, #286

yannh commented 1 month ago

Hi @chonton , this is a well-written and tested PR, and as you linked - there is a need for it, but this brings validation logic into Kubeconform, when until now I have exclusively relied on the OpenAPI provided by Kubernetes. There is a lot of validation that is performed by Kubernetes that is not present in the schema - and I am a bit worried about the maintenance effort to move this in here. I'm not sure yet whether I can commit to maintaining custom validation :bow: