Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stopInformers (0.24 sec)

  1. pkg/controller/resourceclaim/controller_test.go

    				t.Fatalf("error creating ephemeral controller : %v", err)
    			}
    
    			// Ensure informers are up-to-date.
    			informerFactory.Start(ctx.Done())
    			stopInformers := func() {
    				cancel()
    				informerFactory.Shutdown()
    			}
    			defer stopInformers()
    			informerFactory.WaitForCacheSync(ctx.Done())
    
    			// Add claims that only exist in the mutation cache.
    			for _, claim := range tc.claimsInCache {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 08:56:16 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top