old_mixer_repo icon indicating copy to clipboard operation
old_mixer_repo copied to clipboard

schema validation for mixer config

Open jmuk opened this issue 8 years ago • 2 comments

kubernetes will support the OpenAPI schema validations for custom resources (see https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/#validation). It can be validated through OpenAPI v3 schema.

This is still in alpha status, but we want to add this to take some part of validations -- this will make the validation more reliable and simpler.

jmuk avatar Oct 20 '17 18:10 jmuk

consider using https://github.com/lyft/protoc-gen-validate

kyessenov avatar Oct 20 '17 19:10 kyessenov

thanks for the reference! will look into.

jmuk avatar Oct 20 '17 19:10 jmuk