Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queueEndpointEvent (0.23 sec)

  1. pilot/pkg/serviceregistry/kube/controller/pod.go

    	// in podCache when endpoint event comes.
    	needResync         map[string]sets.Set[types.NamespacedName]
    	queueEndpointEvent func(types.NamespacedName)
    
    	c *Controller
    }
    
    func newPodCache(c *Controller, pods kclient.Client[*v1.Pod], queueEndpointEvent func(types.NamespacedName)) *PodCache {
    	out := &PodCache{
    		pods:               pods,
    		c:                  c,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top