Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for overloads (0.36 sec)

  1. RELEASE.md

            *   Removed the `tensors()` method and the non-const overload of the
                `nodes_and_registration()` method, both of which were previously
                documented as temporary and to be removed.
                *   Uses of `tensors()` can be replaced by calling the existing
                    methods `tensors_size()` and `tensor(int)`.
                *   Uses of the non-const overload of `nodes_and_registration` can
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
                              - not:
                                  anyOf:
                                  - required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
                              - not:
                                  anyOf:
                                  - required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
                              - not:
                                  anyOf:
                                  - required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Rectangle).Empty", Method, 0},
    		{"(Rectangle).Eq", Method, 0},
    		{"(Rectangle).In", Method, 0},
    		{"(Rectangle).Inset", Method, 0},
    		{"(Rectangle).Intersect", Method, 0},
    		{"(Rectangle).Overlaps", Method, 0},
    		{"(Rectangle).RGBA64At", Method, 17},
    		{"(Rectangle).Size", Method, 0},
    		{"(Rectangle).String", Method, 0},
    		{"(Rectangle).Sub", Method, 0},
    		{"(Rectangle).Union", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    			core.ResourceName(core.ResourceMemory): resource.MustParse("10G"),
    		},
    	},
    	}
    	for _, tc := range successCase {
    		if errs := validateOverhead(tc.overhead, field.NewPath("overheads"), PodValidationOptions{}); len(errs) != 0 {
    			t.Errorf("%q unexpected error: %v", tc.Name, errs)
    		}
    	}
    
    	errorCase := []struct {
    		Name     string
    		overhead core.ResourceList
    	}{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top