Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for state2Store (0.1 sec)

  1. pilot/pkg/autoregistration/controller.go

    	}
    	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)
    	c.setupAutoRecreate()
    	return c
    }
    
    func (c *Controller) Run(stop <-chan struct{}) {
    	if c == nil {
    		return
    	}
    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