Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newWebhookAnnotator (0.12 sec)

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

    		if err != nil {
    			return apierrors.NewInternalError(err)
    		}
    
    		t := time.Now()
    		round := 0
    		if reinvokeCtx.IsReinvoke() {
    			round = 1
    		}
    
    		annotator := newWebhookAnnotator(versionedAttr, round, i, hook.Name, invocation.Webhook.GetConfigurationName())
    		changed, err := a.callAttrMutatingHook(ctx, hook, invocation, versionedAttr, annotator, o, round, i)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top