Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ns5 (0.08 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. tools/bug-report/pkg/config/config_test.go

    	config := `
    kubeConfigPath: a/b/c
    context: d
    istioNamespace: e1
    dryRun: true
    fullSecrets: true
    commandTimeout: 5m
    include:
      - ns1,ns2/d1,d2/p1,p2/l1=lv1,l2=lv2/a1=av1,a2=av2/c1,c2
      - ns4,ns5/d4,d5/p4,p5/l4=lv4,l5=lv5/a4=av4,a5=av5/c4,c5
    exclude: 
      - ns7,ns8/d7,d8/p7,p8/l7=lv7,l8=lv8/a7=av7,a8=av8/c7,c8
    startTime: 2002-10-02T10:00:00-05:00
    endTime: 2002-10-02T10:00:00-05:00
    since: 1m
    criticalErrors:
      - e1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 15 15:19:50 UTC 2021
    - 4.4K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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