Versions in this module Expand all Collapse all v0 v0.2.0 Jun 15, 2020 Changes in this version + func Adapt(c AdmissionHandlerType) admission.AdmissionHandlerType + type Adapter struct + func (this *Adapter) Handle(logger logger.LogContext, request admission.Request) admission.Response + type AdmissionHandlerType func(webhook.Interface) (Interface, error) + type DefaultHandler struct + func (this *DefaultHandler) Handle(logger.LogContext, Request) admission.Response + type Interface interface + Handle func(logger.LogContext, Request) admission.Response + type Request struct + Object plain.Object + OldObject plain.Object + Request admission.Request + type WebhookFunc func(logger.LogContext, Request) admission.Response + func (this WebhookFunc) Handle(logger logger.LogContext, req Request) admission.Response + func (this WebhookFunc) Type() AdmissionHandlerType