Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for endpoints1 (0.27 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      type: string
                    type: array
                  endpoints:
                    description: One or more endpoints associated with the service.
                    items:
                      properties:
                        address:
                          description: Address associated with the network endpoint without
                            the port.
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                      type: string
                    type: array
                  endpoints:
                    description: One or more endpoints associated with the service.
                    items:
                      properties:
                        address:
                          description: Address associated with the network endpoint without
                            the port.
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                      type: string
                    type: array
                  endpoints:
                    description: One or more endpoints associated with the service.
                    items:
                      properties:
                        address:
                          description: Address associated with the network endpoint without
                            the port.
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			if len(errs) != 0 {
    				t.Errorf("Expected no validation errors, got %v", errs)
    			}
    
    		})
    	}
    
    	errorCases := map[string]struct {
    		endpoints   core.Endpoints
    		errorType   field.ErrorType
    		errorDetail string
    	}{
    		"missing namespace": {
    			endpoints: core.Endpoints{ObjectMeta: metav1.ObjectMeta{Name: "mysvc"}},
    			errorType: "FieldValueRequired",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. RELEASE.md

        dependency to secure grpc dependency).
    *   Adding new endpoints for existing tensorflow symbols. These endpoints are
        going to be the preferred endpoints going forward and may replace some of
        the existing endpoints in the future. List of new endpoints:
        *   New endpoints in `tf.image` namespace: `tf.image.extract_image_patches`
        *   New endpoints in `tf.debugging` namespace:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                                            Mirrored requests must be sent only to a single destination endpoint
                                            within this BackendRef, irrespective of how many endpoints are present
                                            within this BackendRef.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "endpoints": {
                "default": "",
                "description": "endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod",
                "type": "string"
              },
              "path": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top