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

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

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
```