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

https://github.com/fl64/pod-mutator

testing operator-sdk for creating mutation webhooks for core objects
https://github.com/fl64/pod-mutator

Last synced: about 2 months ago
JSON representation

testing operator-sdk for creating mutation webhooks for core objects

Awesome Lists containing this project

README

          

# pod-mutator webhook

```shell
operator-sdk init --plugins go/v3 --owner "fl64 "
operator-sdk create api --group=core --version=v1 --kind=Pod --controller=true --resource=false
make
operator-sdk create webhook --group core --version v1 --kind Pod --defaulting
make generate
make docker-build docker-push IMG=fl64/pod-mutator:v0.0.1
make deploy IMG=fl64/pod-mutator:v0.0.1
make undeploy
```