Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controller/bootstrap/bootstrapsigner.go

    func (e *Signer) Run(ctx context.Context) {
    	// Shut down queues
    	defer utilruntime.HandleCrash()
    	defer e.syncQueue.ShutDown()
    
    	if !cache.WaitForNamedCacheSync("bootstrap_signer", ctx.Done(), e.configMapSynced, e.secretSynced) {
    		return
    	}
    
    	logger := klog.FromContext(ctx)
    	logger.V(5).Info("Starting workers")
    	go wait.UntilWithContext(ctx, e.serviceConfigMapQueue, 0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top