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() { … }