Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ShouldReinvokeWebhook (0.25 sec)

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

    	previouslyInvokedReinvocableWebhooks sets.String
    	// reinvokeWebhooks holds the set of webhooks that should be reinvoked
    	reinvokeWebhooks sets.String
    }
    
    func (rc *webhookReinvokeContext) ShouldReinvokeWebhook(webhook string) bool {
    	return rc.reinvokeWebhooks.Has(webhook)
    }
    
    func (rc *webhookReinvokeContext) IsOutputChangedSinceLastWebhookInvocation(object runtime.Object) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 21:31:09 UTC 2019
    - 2.3K bytes
    - Viewed (0)
Back to top