Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for root_ca_cert_publisher (0.41 sec)

  1. pkg/controller/certificates/rootcacertpublisher/publisher.go

    		client: cl,
    		rootCA: rootCA,
    		queue: workqueue.NewTypedRateLimitingQueueWithConfig(
    			workqueue.DefaultTypedControllerRateLimiter[string](),
    			workqueue.TypedRateLimitingQueueConfig[string]{
    				Name: "root_ca_cert_publisher",
    			},
    		),
    	}
    
    	cmInformer.Informer().AddEventHandler(cache.ResourceEventHandlerFuncs{
    		DeleteFunc: e.configMapDeleted,
    		UpdateFunc: e.configMapUpdated,
    	})
    	e.cmLister = cmInformer.Lister()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top