kubernetes/staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/reinvocationcontext.go

type webhookReinvokeContext

func (rc *webhookReinvokeContext) ShouldReinvokeWebhook(webhook string) bool {}

func (rc *webhookReinvokeContext) IsOutputChangedSinceLastWebhookInvocation(object runtime.Object) bool {}

func (rc *webhookReinvokeContext) SetLastWebhookInvocationOutput(object runtime.Object) {}

func (rc *webhookReinvokeContext) AddReinvocableWebhookToPreviouslyInvoked(webhook string) {}

func (rc *webhookReinvokeContext) RequireReinvokingPreviouslyInvokedPlugins() {}