Skip to content

harvester/webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webhook

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

Go to harvester/webhook-sample to look a simple example.