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
- Host: GitHub
- URL: https://github.com/hasheddan/k8s-cr-validator
- Owner: hasheddan
- Created: 2021-11-07T18:41:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T15:21:19.000Z (over 3 years ago)
- Last Synced: 2025-04-11T17:50:48.925Z (about 1 year ago)
- Language: Go
- Homepage: https://danielmangum.com/posts/how-kubernetes-validates-custom-resources
- Size: 55.7 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.