https://github.com/containersolutions/go-validation-admission-controller
Demo implemention of a validation admission controller webhook
https://github.com/containersolutions/go-validation-admission-controller
Last synced: 3 months ago
JSON representation
Demo implemention of a validation admission controller webhook
- Host: GitHub
- URL: https://github.com/containersolutions/go-validation-admission-controller
- Owner: ContainerSolutions
- Created: 2018-09-28T13:00:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T09:49:15.000Z (over 7 years ago)
- Last Synced: 2026-03-28T15:38:50.995Z (3 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-validation-admission-controller
# Dependencies
* Go >= 1.11
* Kubernetes >= 1.11
# Testing
```
go test ./...
```
# Running
```
./gen-cert.sh
./ca-bundle.sh
kubectl apply -f manifest.yaml
```