Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IPByPods (0.2 sec)

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

    	// This should only contain RUNNING or PENDING pods with an allocated IP.
    	podsByIP map[string]sets.Set[types.NamespacedName]
    	// IPByPods is a reverse map of podsByIP. This exists to allow us to prune stale entries in the
    	// pod cache if a pod changes IP.
    	IPByPods map[types.NamespacedName]string
    
    	// needResync is map of IP to endpoint namespace/name. This is used to requeue endpoint
    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