Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nodePath (0.09 sec)

  1. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    	}), expectedErr).NamespaceParam("test")
    
    	if b.Do().Err() == nil {
    		t.Errorf("unexpected non-error")
    	}
    
    	// ensure we request a resource we know not to exist. This way, we
    	// end up taking the codepath we want to test in the resource builder
    	b.ResourceTypeOrNameArgs(true, "foo", "bar")
    
    	// ensure that receiving an error for any reason other than a non-existent resource is returned as-is
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  2. src/net/url/url_test.go

    	// (We can't return an error, as this code is also used via
    	// ServeHTTP -> ReadRequest -> Parse, which is arguably a
    	// different URL parsing context, but currently shares the
    	// same codepath)
    	{
    		"///threeslashes",
    		&URL{
    			Path: "///threeslashes",
    		},
    		"",
    	},
    	{
    		"http://user:******@****.***",
    		&URL{
    			Scheme: "http",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
Back to top