Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/autoregistration/controller.go

    		cleanupLimit:     rate.NewLimiter(rate.Limit(20), 1),
    		cleanupQueue:     queue.NewDelayed(),
    		adsConnections:   newAdsConnections(),
    		maxConnectionAge: maxConnAge,
    	}
    	c.queue = controllers.NewQueue("unregister_workloadentry",
    		controllers.WithMaxAttempts(maxRetries),
    		controllers.WithGenericReconciler(c.unregisterWorkload))
    	c.stateStore = state.NewStore(store, c)
    	c.healthController = health.NewController(c.stateStore, maxRetries)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 26.4K bytes
    - Viewed (0)
Back to top