Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for endpointId (0.25 sec)

  1. 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)
  2. 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)
  3. 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)
  4. CHANGELOG/CHANGELOG-1.19.md

    - The endpointslice mirroring controller mirrors endpoints annotations and labels to the generated endpoint slices, it also ensures that updates on any of these fields on the endpoints are mirrored. 
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. 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)
  6. 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