Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for EndpointHints (0.39 sec)

  1. pkg/registry/discovery/endpointslice/strategy_test.go

    					{
    						Hints: &discovery.EndpointHints{
    							ForZones: []discovery.ForZone{{Name: "zone-a"}},
    						},
    					},
    					{
    						Hints: &discovery.EndpointHints{
    							ForZones: []discovery.ForZone{{Name: "zone-b"}},
    						},
    					},
    				},
    			},
    			expectedEPS: &discovery.EndpointSlice{
    				Endpoints: []discovery.Endpoint{
    					{
    						Hints: &discovery.EndpointHints{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/discovery/v1beta1/generated.pb.go

    func (m *EndpointHints) Reset()      { *m = EndpointHints{} }
    func (*EndpointHints) ProtoMessage() {}
    func (*EndpointHints) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6555bad15de200e0, []int{2}
    }
    func (m *EndpointHints) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *EndpointHints) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    func (m *EndpointHints) Reset()      { *m = EndpointHints{} }
    func (*EndpointHints) ProtoMessage() {}
    func (*EndpointHints) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2237b452324cf77e, []int{2}
    }
    func (m *EndpointHints) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *EndpointHints) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/discovery/v1beta1/generated.proto

      // to mean that the endpoint is not terminating.
      // +optional
      optional bool terminating = 3;
    }
    
    // EndpointHints provides hints describing how an endpoint should be consumed.
    message EndpointHints {
      // forZones indicates the zone(s) this endpoint should be consumed by to
      // enable topology aware routing. May contain a maximum of 8 entries.
      // +listType=atomic
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/discovery/v1/generated.proto

      // to mean that the endpoint is not terminating.
      // +optional
      optional bool terminating = 3;
    }
    
    // EndpointHints provides hints describing how an endpoint should be consumed.
    message EndpointHints {
      // forZones indicates the zone(s) this endpoint should be consumed by to
      // enable topology aware routing.
      // +listType=atomic
      repeated ForZone forZones = 1;
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/discovery/v1beta1/generated.proto

      // to mean that the endpoint is not terminating.
      // +optional
      optional bool terminating = 3;
    }
    
    // EndpointHints provides hints describing how an endpoint should be consumed.
    message EndpointHints {
      // forZones indicates the zone(s) this endpoint should be consumed by to
      // enable topology aware routing. May contain a maximum of 8 entries.
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/discovery/v1/generated.proto

      // to mean that the endpoint is not terminating.
      // +optional
      optional bool terminating = 3;
    }
    
    // EndpointHints provides hints describing how an endpoint should be consumed.
    message EndpointHints {
      // forZones indicates the zone(s) this endpoint should be consumed by to
      // enable topology aware routing.
      // +listType=atomic
      repeated ForZone forZones = 1;
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/discovery/v1/types.go

    	// to mean that the endpoint is not terminating.
    	// +optional
    	Terminating *bool `json:"terminating,omitempty" protobuf:"bytes,3,name=terminating"`
    }
    
    // EndpointHints provides hints describing how an endpoint should be consumed.
    type EndpointHints struct {
    	// forZones indicates the zone(s) this endpoint should be consumed by to
    	// enable topology aware routing.
    	// +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

                "type": "boolean"
              }
            },
            "type": "object"
          },
          "io.k8s.api.discovery.v1.EndpointHints": {
            "description": "EndpointHints provides hints describing how an endpoint should be consumed.",
            "properties": {
              "forZones": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    							Ref:         ref("k8s.io/api/discovery/v1.EndpointHints"),
    						},
    					},
    				},
    				Required: []string{"addresses"},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/core/v1.ObjectReference", "k8s.io/api/discovery/v1.EndpointConditions", "k8s.io/api/discovery/v1.EndpointHints"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top