An open API service indexing awesome lists of open source software.

https://github.com/hasheddan/k8s-cr-validator

@kubernetes custom resource validation example
https://github.com/hasheddan/k8s-cr-validator

Last synced: 12 months ago
JSON representation

@kubernetes custom resource validation example

Awesome Lists containing this project

README

          

# k8s-cr-validator

This is a small example of performing Kubernetes [custom
resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
validation using the same machinery utilized by the API server. It is meant to
serve as a companion to the ["How Kubernetes Validates Custom
Resources"](http://danielmangum.com/posts/how-kubernetes-validates-custom-resources)
post.