Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for policiesToBindings (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/policy_source.go

    		// Add this binding to the list of bindings for this policy
    		policiesToBindings[policyKey] = append(policiesToBindings[policyKey], bindingSpec)
    	}
    
    	result := make([]PolicyHook[P, B, E], 0, len(bindingList))
    	usedParams := map[schema.GroupVersionKind]struct{}{}
    	var errs []error
    	for policyKey, bindingSpecs := range policiesToBindings {
    		var inf generic.NamespacedLister[P] = s.policyInformer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 23:07:34 UTC 2024
    - 15.2K bytes
    - Viewed (0)
Back to top