Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for otherTest (0.53 sec)

  1. src/net/http/serve_test.go

    	{"http://localhost/%23/apage", "hash"},
    	{"http://localhost/otherDir/apage", "Default"},
    	{"http://someHost.com/someDir/apage", "someHost.com/someDir"},
    	{"http://otherHost.com/someDir/apage", "someDir"},
    	{"http://otherHost.com/aDir/apage", "Default"},
    	// redirections for trees
    	{"http://localhost/someDir", "/someDir/"},
    	{"http://localhost/%23", "/%23/"},
    	{"http://someHost.com/someDir", "/someDir/"},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier_test.go

    					eps.Endpoints = []discovery.Endpoint{{
    						Addresses: []string{"10.180.0.1"},
    						NodeName:  ptr.To(testHostname),
    					}, {
    						Addresses: []string{"10.180.1.1"},
    						NodeName:  ptr.To("otherHost"),
    					}}
    					eps.Ports = []discovery.EndpointPort{{
    						Name:     ptr.To("p80"),
    						Port:     ptr.To[int32](80),
    						Protocol: ptr.To(v1.ProtocolSCTP),
    					}}
    				}),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top