Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 39 for forZones (0.22 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/discovery.k8s.io.v1.EndpointSlice.json

          },
          "deprecatedTopology": {
            "deprecatedTopologyKey": "deprecatedTopologyValue"
          },
          "nodeName": "nodeNameValue",
          "zone": "zoneValue",
          "hints": {
            "forZones": [
              {
                "name": "nameValue"
              }
            ]
          }
        }
      ],
      "ports": [
        {
          "name": "nameValue",
          "protocol": "protocolValue",
          "port": 3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/discovery.k8s.io.v1.EndpointSlice.yaml

    endpoints:
    - addresses:
      - addressesValue
      conditions:
        ready: true
        serving: true
        terminating: true
      deprecatedTopology:
        deprecatedTopologyKey: deprecatedTopologyValue
      hints:
        forZones:
        - name: nameValue
      hostname: hostnameValue
      nodeName: nodeNameValue
      targetRef:
        apiVersion: apiVersionValue
        fieldPath: fieldPathValue
        kind: kindValue
        name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/discovery.k8s.io.v1.EndpointSlice.yaml

    endpoints:
    - addresses:
      - addressesValue
      conditions:
        ready: true
        serving: true
        terminating: true
      deprecatedTopology:
        deprecatedTopologyKey: deprecatedTopologyValue
      hints:
        forZones:
        - name: nameValue
      hostname: hostnameValue
      nodeName: nodeNameValue
      targetRef:
        apiVersion: apiVersionValue
        fieldPath: fieldPathValue
        kind: kindValue
        name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/discovery/v1/generated.proto

    }
    
    // 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;
    }
    
    // EndpointPort represents a Port used by an EndpointSlice
    // +structType=atomic
    message EndpointPort {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/discovery/v1beta1/generated.proto

    }
    
    // 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
      repeated ForZone forZones = 1;
    }
    
    // EndpointPort represents a Port used by an EndpointSlice
    message EndpointPort {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. pkg/proxy/endpoint.go

    	// that is any pod with a deletion timestamp.
    	IsTerminating() bool
    
    	// ZoneHints returns the zone hint for the endpoint. This is based on
    	// endpoint.hints.forZones[0].name in the EndpointSlice API.
    	ZoneHints() sets.Set[string]
    }
    
    // BaseEndpointInfo contains base information that defines an endpoint.
    // This could be used directly by proxier while processing endpoints,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:38:25 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/discovery/v1/types_swagger_doc_generated.go

    	return map_EndpointConditions
    }
    
    var map_EndpointHints = map[string]string{
    	"":         "EndpointHints provides hints describing how an endpoint should be consumed.",
    	"forZones": "forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.",
    }
    
    func (EndpointHints) SwaggerDoc() map[string]string {
    	return map_EndpointHints
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 15:36:48 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    }
    
    var xxx_messageInfo_EndpointSliceList proto.InternalMessageInfo
    
    func (m *ForZone) Reset()      { *m = ForZone{} }
    func (*ForZone) ProtoMessage() {}
    func (*ForZone) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2237b452324cf77e, []int{6}
    }
    func (m *ForZone) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ForZone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/discovery/v1beta1/generated.pb.go

    }
    
    var xxx_messageInfo_EndpointSliceList proto.InternalMessageInfo
    
    func (m *ForZone) Reset()      { *m = ForZone{} }
    func (*ForZone) ProtoMessage() {}
    func (*ForZone) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6555bad15de200e0, []int{6}
    }
    func (m *ForZone) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ForZone) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  10. pkg/apis/discovery/validation/validation_test.go

    					Protocol: protocolPtr(api.ProtocolTCP),
    				}},
    				Endpoints: []discovery.Endpoint{{
    					Addresses: generateIPAddresses(1),
    					Hints: &discovery.EndpointHints{
    						ForZones: []discovery.ForZone{{Name: "zone-a"}},
    					},
    				}},
    			},
    		},
    
    		// expected failures
    		"duplicate-port-name": {
    			expectedErrors: 1,
    			endpointSlice: &discovery.EndpointSlice{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 10:48:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top