Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for foons (0.16 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                        use as an array at the field path .status.conditions.  For example,
                        \n 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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. 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)
  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. 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 (0)
  8. 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