Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 60 for foo_ns (0.42 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              .status.conditions.  For example,\n\n\n\ttype FooStatus
                              struct{\n\t    // Represents the observations of a foo's
                              current state.\n\t    // Known .status.conditions.type are:
                              \"Available\", \"Progressing\", and \"Degraded\"\n\t    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. src/net/http/transport_test.go

    				}
    				return net.Dial(n, addr)
    			case dialing <- true:
    			}
    		}
    	}
    	defer close(dialGate)
    
    	dialGate <- true // only allow one dial
    	fooRes, err := c.Get(ts.URL + "/foo")
    	if err != nil {
    		t.Fatal(err)
    	}
    	fooAddr := fooRes.Header.Get("foo-ipport")
    	if fooAddr == "" {
    		t.Fatal("No addr on /foo request")
    	}
    
    	fooDone := make(chan struct{})
    	go func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    		},
    		{
    			name:            "Invalid",
    			fieldPath:       ".a.foo's",
    			pathOfFieldPath: path,
    			schema:          &sts,
    		},
    		{
    			name:            "Escaping",
    			fieldPath:       ".a['foo\\'s']",
    			pathOfFieldPath: path,
    			schema:          &sts,
    			validFieldPath:  path.Child("a").Child("foo's"),
    		},
    		{
    			name:            "Escaping",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    	defer cancel()
    	StartPriorityAndFairnessWatermarkMaintenance(ctx.Done())
    
    	// send a watch request to test skipping long running request
    	if err := expectHTTPGet(fmt.Sprintf("%s/api/v1/foos/foo/proxy", server.URL), http.StatusOK); err != nil {
    		// request should not be rejected
    		t.Error(err)
    	}
    }
    
    func TestApfRejectRequest(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // ---
    // This struct is intended for direct use as an array at the field path .status.conditions.  For example,
    //
    // 	type FooStatus struct{
    // 	    // Represents the observations of a foo's current state.
    // 	    // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
    // 	    // +patchMergeKey=type
    // 	    // +patchStrategy=merge
    // 	    // +listType=map
    // 	    // +listMapKey=type
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    // ---
    // This struct is intended for direct use as an array at the field path .status.conditions.  For example,
    //
    // 	type FooStatus struct{
    // 	    // Represents the observations of a foo's current state.
    // 	    // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
    // 	    // +patchMergeKey=type
    // 	    // +patchStrategy=merge
    // 	    // +listType=map
    // 	    // +listMapKey=type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // main().  If you use gtest_main, you need to call this before main()
    // starts for it to take effect.  For example, you can define a global
    // variable like this:
    //
    //   testing::Environment* const foo_env =
    //       testing::AddGlobalTestEnvironment(new FooEnvironment);
    //
    // However, we strongly recommend you to write your own main() and
    // call AddGlobalTestEnvironment() there, as relying on initialization
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    // main().  If you use gtest_main, you need to call this before main()
    // starts for it to take effect.  For example, you can define a global
    // variable like this:
    //
    //   testing::Environment* const foo_env =
    //       testing::AddGlobalTestEnvironment(new FooEnvironment);
    //
    // However, we strongly recommend you to write your own main() and
    // call AddGlobalTestEnvironment() there, as relying on initialization
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    // ---
    // This struct is intended for direct use as an array at the field path .status.conditions.  For example,
    //
    //	type FooStatus struct{
    //	    // Represents the observations of a foo's current state.
    //	    // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
    //	    // +patchMergeKey=type
    //	    // +patchStrategy=merge
    //	    // +listType=map
    //	    // +listMapKey=type
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  10. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    func TestDelayReturnsError(t *testing.T) {
    	storage := SimpleRESTStorage{
    		injectedFunction: func(obj runtime.Object) (runtime.Object, error) {
    			return nil, apierrors.NewAlreadyExists(schema.GroupResource{Resource: "foos"}, "bar")
    		},
    	}
    	handler := handle(map[string]rest.Storage{"foo": &storage})
    	server := httptest.NewServer(handler)
    	defer server.Close()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
Back to top