Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ns4 (0.3 sec)

  1. pkg/util/iptables/testing/parse_test.go

    			rule:      `-A KUBE-SVC-4SW47YFZTEDKD3PK -m comment --comment ns4/svc4:p80 -i eth0 -j KUBE-SEP-UKSFD7AGPMPPLUHC`,
    			nonStrict: true,
    			parsed: &Rule{
    				Raw:     `-A KUBE-SVC-4SW47YFZTEDKD3PK -m comment --comment ns4/svc4:p80 -i eth0 -j KUBE-SEP-UKSFD7AGPMPPLUHC`,
    				Chain:   iptables.Chain("KUBE-SVC-4SW47YFZTEDKD3PK"),
    				Comment: &IPTablesValue{Value: "ns4/svc4:p80"},
    				Jump:    &IPTablesValue{Value: "KUBE-SEP-UKSFD7AGPMPPLUHC"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 26K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/helpers_test.go

    		add rule ip kube-proxy endpoint-5RFCDDV7-ns4/svc4/tcp/p80__10.180.0.5/80 ip saddr 10.180.0.5 jump mark-for-masquerade
    		add rule ip kube-proxy endpoint-5RFCDDV7-ns4/svc4/tcp/p80__10.180.0.5/80 meta l4proto tcp dnat to 10.180.0.5:80
    		add rule ip kube-proxy endpoint-UNZV3OEC-ns4/svc4/tcp/p80__10.180.0.4/80 ip saddr 10.180.0.4 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)
  3. src/encoding/xml/xml_test.go

    <body xmlns:foo="ns1" xmlns="ns2" xmlns:tag="ns3" ` +
    	"\r\n\t" + `  >
      <hello lang="en">World &lt;&gt;&apos;&quot; &#x767d;&#40300;翔</hello>
      <query>&何; &is-it;</query>
      <goodbye />
      <outer foo:attr="value" xmlns:tag="ns4">
        <inner/>
      </outer>
      <tag:name>
        <![CDATA[Some text here.]]>
      </tag:name>
    </body><!-- missing final newline -->`
    
    var testEntity = map[string]string{"何": "What", "is-it": "is it?"}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  4. pkg/kubelet/util/manager/cache_based_manager_test.go

    	}
    
    	checkObject(t, store, "ns1", "name1", true)
    	checkObject(t, store, "ns2", "name2", false)
    	checkObject(t, store, "ns3", "name3", true)
    	checkObject(t, store, "ns4", "name4", false)
    }
    
    func TestSecretStoreDeletingSecret(t *testing.T) {
    	fakeClient := &fake.Clientset{}
    	store := newSecretStore(fakeClient, clock.RealClock{}, noObjectTTL, 0)
    	store.AddReference("ns", "name", "pod")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top