Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for proxyEnv (0.1 sec)

  1. pilot/pkg/model/push_context_test.go

    	cases := []struct {
    		proxyNs   string
    		wantHosts []string
    	}{
    		{
    			proxyNs:   "test1",
    			wantHosts: []string{"svc1", "svc2", "svc3", "svc4", "svc4", "svc4"},
    		},
    		{
    			proxyNs:   "test2",
    			wantHosts: []string{"svc2", "svc3", "svc4", "svc4", "svc4"},
    		},
    		{
    			proxyNs:   "ns1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    			// proxier.kubeServiceAccessSet.activeEntries.Insert(entry.String())
    			// If we are proxying globally, we need to masquerade in case we cross nodes.
    			// If we are proxying only locally, we can retain the source IP.
    			if valid := proxier.ipsetList[kubeLoadBalancerSet].validateEntry(entry); !valid {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
Back to top