webhook

module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2022 License: Apache-2.0

README

webhook

Inspired by rancher webhook and harvester webhook, it's a framework for developing a Kubernetes webhook easily. Developers need to only implement a validator or mutator interface and register it to the webhook server.

Example

The example implements a simple pod validator and pod mutator.

  • pod validator: log when a pod is deleted.
  • pod mutator: add label example:example when a pod is created.
How to deploy
export KUBECONFIG=<your kubeconfig>
make apply

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL