Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ns5 (0.03 sec)

  1. pkg/proxy/nftables/helpers_test.go

    		add rule ip kube-proxy external-HVFWP5L3-ns5/svc5/tcp/p80 jump mark-for-masquerade
    		add rule ip kube-proxy external-HVFWP5L3-ns5/svc5/tcp/p80 goto service-HVFWP5L3-ns5/svc5/tcp/p80
    
    		add rule ip kube-proxy endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 ip saddr 10.180.0.3 jump mark-for-masquerade
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy service-HVFWP5L3-ns5/svc5/tcp/p80 numgen random mod 1 vmap { 0 : goto endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 }
    		add chain ip kube-proxy external-HVFWP5L3-ns5/svc5/tcp/p80
    		add rule ip kube-proxy external-HVFWP5L3-ns5/svc5/tcp/p80 jump mark-for-masquerade
    		add rule ip kube-proxy external-HVFWP5L3-ns5/svc5/tcp/p80 goto service-HVFWP5L3-ns5/svc5/tcp/p80
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  3. pkg/config/validation/validation_test.go

    			namespace: "ns5",
    			exportTo:  []string{"ns1", "ns2", "ns5"},
    			wantErr:   false,
    		},
    		{
    			name:           "~ is allowed for service entry configs",
    			namespace:      "ns5",
    			exportTo:       []string{"~"},
    			isServiceEntry: true,
    			wantErr:        false,
    		},
    		{
    			name:      "~ not allowed for non service entry configs",
    			namespace: "ns5",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier_test.go

    		-A KUBE-SVC-NUKIZ6OKUXPJNT4C -m comment --comment "ns5/svc5:p80 cluster IP" -m tcp -p tcp -d 172.30.0.45 --dport 80 ! -s 10.0.0.0/8 -j KUBE-MARK-MASQ
    		-A KUBE-SVC-NUKIZ6OKUXPJNT4C -m comment --comment "ns5/svc5:p80 -> 10.180.0.3:80" -m recent --name KUBE-SEP-I77PXRDZVX7PMWMN --rcheck --seconds 10800 --reap -j KUBE-SEP-I77PXRDZVX7PMWMN
    		-A KUBE-SVC-NUKIZ6OKUXPJNT4C -m comment --comment "ns5/svc5:p80 -> 10.180.0.3:80" -j KUBE-SEP-I77PXRDZVX7PMWMN
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context_test.go

    		got := ps.virtualServiceIndex.destinationsByGateway
    		want := map[string]sets.String{
    			gatewayName:   sets.New("delegate.ns2", "public.ns3", "private.ns1"),
    			"ns5/gateway": sets.New("invisible.ns5"),
    		}
    		if !reflect.DeepEqual(got, want) {
    			t.Errorf("destinationsByGateway: got %+v", got)
    		}
    	})
    }
    
    func TestServiceWithExportTo(t *testing.T) {
    	ps := NewPushContext()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top