Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for endpointSlice (0.26 sec)

  1. pkg/controller/endpointslice/endpointslice_controller_test.go

    		if endpointSlice.ObjectMeta.GenerateName != "" {
    			endpointSlice.ObjectMeta.Name = fmt.Sprintf("%s-%s", endpointSlice.ObjectMeta.GenerateName, rand.String(8))
    			endpointSlice.ObjectMeta.GenerateName = ""
    		}
    		endpointSlice.Generation = 1
    		esIndexer.Add(endpointSlice)
    
    		return false, endpointSlice, nil
    	}))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  2. pkg/proxy/endpointschangetracker_test.go

    				}
    			}
    		}
    	}
    }
    
    func initializeCache(endpointSliceCache *EndpointSliceCache, endpointSlices []*discovery.EndpointSlice) {
    	for _, endpointSlice := range endpointSlices {
    		endpointSliceCache.updatePending(endpointSlice, false)
    	}
    
    	for _, tracker := range endpointSliceCache.trackerByServiceMap {
    		tracker.applied = tracker.pending
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    var xxx_messageInfo_EndpointPort proto.InternalMessageInfo
    
    func (m *EndpointSlice) Reset()      { *m = EndpointSlice{} }
    func (*EndpointSlice) ProtoMessage() {}
    func (*EndpointSlice) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2237b452324cf77e, []int{4}
    }
    func (m *EndpointSlice) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *EndpointSlice) 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. staging/src/k8s.io/api/discovery/v1beta1/generated.pb.go

    var xxx_messageInfo_EndpointPort proto.InternalMessageInfo
    
    func (m *EndpointSlice) Reset()      { *m = EndpointSlice{} }
    func (*EndpointSlice) ProtoMessage() {}
    func (*EndpointSlice) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6555bad15de200e0, []int{4}
    }
    func (m *EndpointSlice) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *EndpointSlice) 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)
  5. pkg/proxy/nftables/proxier.go

    func (proxier *Proxier) OnEndpointSliceAdd(endpointSlice *discovery.EndpointSlice) {
    	if proxier.endpointsChanges.EndpointSliceUpdate(endpointSlice, false) && proxier.isInitialized() {
    		proxier.Sync()
    	}
    }
    
    // OnEndpointSliceUpdate is called whenever modification of an existing endpoint
    // slice object is observed.
    func (proxier *Proxier) OnEndpointSliceUpdate(_, endpointSlice *discovery.EndpointSlice) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  6. pkg/proxy/winkernel/proxier.go

    func (proxier *Proxier) OnEndpointSliceAdd(endpointSlice *discovery.EndpointSlice) {
    	if proxier.endpointsChanges.EndpointSliceUpdate(endpointSlice, false) && proxier.isInitialized() {
    		proxier.Sync()
    	}
    }
    
    // OnEndpointSliceUpdate is called whenever modification of an existing endpoint
    // slice object is observed.
    func (proxier *Proxier) OnEndpointSliceUpdate(_, endpointSlice *discovery.EndpointSlice) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  7. pkg/proxy/iptables/proxier.go

    func (proxier *Proxier) OnEndpointSliceAdd(endpointSlice *discovery.EndpointSlice) {
    	if proxier.endpointsChanges.EndpointSliceUpdate(endpointSlice, false) && proxier.isInitialized() {
    		proxier.Sync()
    	}
    }
    
    // OnEndpointSliceUpdate is called whenever modification of an existing endpoint
    // slice object is observed.
    func (proxier *Proxier) OnEndpointSliceUpdate(_, endpointSlice *discovery.EndpointSlice) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  8. api/discovery/aggregated_v2beta1.json

              "resources": [
                {
                  "resource": "endpointslices",
                  "responseKind": {
                    "group": "",
                    "kind": "EndpointSlice",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "endpointslice",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/proxier.go

    func (proxier *Proxier) OnEndpointSliceAdd(endpointSlice *discovery.EndpointSlice) {
    	if proxier.endpointsChanges.EndpointSliceUpdate(endpointSlice, false) && proxier.isInitialized() {
    		proxier.Sync()
    	}
    }
    
    // OnEndpointSliceUpdate is called whenever modification of an existing endpoint
    // slice object is observed.
    func (proxier *Proxier) OnEndpointSliceUpdate(_, endpointSlice *discovery.EndpointSlice) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  10. api/discovery/aggregated_v2.json

              "resources": [
                {
                  "resource": "endpointslices",
                  "responseKind": {
                    "group": "",
                    "kind": "EndpointSlice",
                    "version": ""
                  },
                  "scope": "Namespaced",
                  "singularResource": "endpointslice",
                  "verbs": [
                    "create",
                    "delete",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top