Skip to content

testing operator-sdk for creating mutation webhooks for core objects

Notifications You must be signed in to change notification settings

fl64/pod-mutator

Repository files navigation

pod-mutator webhook

operator-sdk init --plugins go/v3  --owner "fl64 <flsixtyfour@gmail.com>"
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 

About

testing operator-sdk for creating mutation webhooks for core objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published