Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ns5 (0.22 sec)

  1. 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)
  2. 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)
Back to top