Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for updateDelegate (0.24 sec)

  1. plugin/pkg/admission/security/podsecurity/admission.go

    	p.podLister = f.Core().V1().Pods().Lister()
    	p.SetReadyFunc(namespaceInformer.Informer().HasSynced)
    	p.updateDelegate()
    }
    
    // SetExternalKubeClientSet sets the plugin's client
    func (p *Plugin) SetExternalKubeClientSet(client kubernetes.Interface) {
    	p.client = client
    	p.updateDelegate()
    }
    
    func (p *Plugin) updateDelegate() {
    	// return early if we don't have what we need to set up the admission delegate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 08:49:11 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/extensibility/ExtensibleDynamicObject.java

            updateDelegates();
        }
    
        private static BeanDynamicObject createDynamicObject(Object delegate, Class<?> publicType) {
            return new BeanDynamicObject(delegate, publicType);
        }
    
        private void updateDelegates() {
            DynamicObject[] delegates = new DynamicObject[6];
            delegates[0] = dynamicDelegate;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Nov 17 11:25:34 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top