Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for ep (0.03 sec)

  1. pkg/proxy/winkernel/proxier.go

    		serving:     true,
    		terminating: false,
    	}
    	ep, err := hns.createEndpoint(hnsEndpoint, network)
    	return ep, err
    }
    
    func (ep *endpointInfo) DecrementRefCount() {
    	klog.V(3).InfoS("Decrementing Endpoint RefCount", "endpointInfo", ep)
    	if !ep.IsLocal() && ep.refCount != nil && *ep.refCount > 0 {
    		*ep.refCount--
    	}
    }
    
    func (ep *endpointInfo) Cleanup() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/runtime/framework.go

    	set := sets.New[string]()
    	for _, ep := range pluginSet.Enabled {
    		pg, ok := pluginsMap[ep.Name]
    		if !ok {
    			return fmt.Errorf("%s %q does not exist", pluginType.Name(), ep.Name)
    		}
    
    		if !reflect.TypeOf(pg).Implements(pluginType) {
    			return fmt.Errorf("plugin %q does not extend %s plugin", ep.Name, pluginType.Name())
    		}
    
    		if set.Has(ep.Name) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  3. pkg/proxy/nftables/proxier.go

    		}
    
    		if svcInfo.SessionAffinityType() == v1.ServiceAffinityClientIP {
    			// Generate the per-endpoint affinity sets
    			for _, ep := range allLocallyReachableEndpoints {
    				epInfo, ok := ep.(*endpointInfo)
    				if !ok {
    					proxier.logger.Error(nil, "Failed to cast endpointsInfo", "endpointsInfo", ep)
    					continue
    				}
    
    				// Create a set to store current affinity mappings. As
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier.go

    		for _, e := range proxier.endpointsMap[svcPortName] {
    			ep, ok := e.(*proxy.BaseEndpointInfo)
    			if !ok {
    				proxier.logger.Error(nil, "Failed to cast BaseEndpointInfo", "endpoint", e)
    				continue
    			}
    			if !ep.IsLocal() {
    				continue
    			}
    			epIP := ep.IP()
    			epPort := ep.Port()
    			// Error parsing this endpoint has been logged. Skip to next endpoint.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	}
    	assert.EventuallyEqual(t, func() int {
    		ep := GetEndpointsForPort(svc, ctl.Endpoints, 80)
    		return len(ep)
    	}, 2)
    
    	ep := GetEndpointsForPort(svc, ctl.Endpoints, 80)
    	if len(ep) != 2 {
    		t.Fatalf("Invalid response for GetEndpoints %v", ep)
    	}
    
    	if ep[0].Address == "10.10.1.1" && ep[0].Network != "network1" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  6. cmd/xl-storage.go

    	}
    
    	diskID = format.Erasure.This
    	ep := s.endpoint
    	if m != ep.SetIdx || n != ep.DiskIdx {
    		storageLogOnceIf(GlobalContext,
    			fmt.Errorf("unexpected drive ordering on pool: %s: found drive at (set=%s, drive=%s), expected at (set=%s, drive=%s): %s(%s): %w",
    				humanize.Ordinal(ep.PoolIdx+1), humanize.Ordinal(m+1), humanize.Ordinal(n+1), humanize.Ordinal(ep.SetIdx+1), humanize.Ordinal(ep.DiskIdx+1),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/xcoff.go

    	toc.SetType(sym.SXCOFFTOC)
    	toc.SetVisibilityHidden(true)
    
    	// Add entry point to .loader symbols.
    	ep := ldr.Lookup(*flagEntrySymbol, 0)
    	if ep == 0 || !ldr.AttrReachable(ep) {
    		Exitf("wrong entry point")
    	}
    
    	xfile.loaderSymbols = append(xfile.loaderSymbols, &xcoffLoaderSymbol{
    		sym:    ep,
    		smtype: XTY_ENT | XTY_SD,
    		smclas: XMC_DS,
    	})
    
    	xfile.genDynSym(ctxt)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  8. pkg/proxy/iptables/proxier.go

    		}
    
    		// Generate the per-endpoint chains.
    		for _, ep := range allLocallyReachableEndpoints {
    			epInfo, ok := ep.(*endpointInfo)
    			if !ok {
    				proxier.logger.Error(nil, "Failed to cast endpointInfo", "endpointInfo", ep)
    				continue
    			}
    
    			endpointChain := epInfo.ChainName
    
    			// Create the endpoint chain
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  9. cmd/erasure-server-pool.go

    		if commonParityDrives == 0 {
    			commonParityDrives, err = ecDrivesNoConfig(ep.DrivesPerSet)
    			if err != nil {
    				return nil, err
    			}
    		}
    
    		if err = storageclass.ValidateParity(commonParityDrives, ep.DrivesPerSet); err != nil {
    			return nil, fmt.Errorf("parity validation returned an error: %w <- (%d, %d), for pool(%s)", err, commonParityDrives, ep.DrivesPerSet, humanize.Ordinal(i+1))
    		}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  10. src/runtime/mbitmap.go

    	return getgcmask(x)
    }
    
    // Returns GC type info for the pointer stored in ep for testing.
    // If ep points to the stack, only static live information will be returned
    // (i.e. not for objects which are only dynamically live stack objects).
    func getgcmask(ep any) (mask []byte) {
    	e := *efaceOf(&ep)
    	p := e.data
    	t := e._type
    
    	var et *_type
    	if t.Kind_&abi.KindMask != abi.Pointer {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
Back to top