Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for endpointInfos (0.18 sec)

  1. pkg/kubelet/cm/devicemanager/manager.go

    type ActivePodsFunc func() []*v1.Pod
    
    // ManagerImpl is the structure in charge of managing Device Plugins.
    type ManagerImpl struct {
    	checkpointdir string
    
    	endpoints map[string]endpointInfo // Key is ResourceName
    	mutex     sync.Mutex
    
    	server plugin.Server
    
    	// activePods is a method for listing active pods on the node
    	// so the amount of pluginResources requested by existing pods
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 12:01:56 UTC 2024
    - 43K bytes
    - Viewed (0)
  2. pkg/proxy/endpointschangetracker_test.go

    		} else {
    			for i := range expected[x] {
    				newEp, ok := newMap[x][i].(*BaseEndpointInfo)
    				if !ok {
    					t.Fatalf("Failed to cast endpointInfo")
    				}
    				if !endpointEqual(newEp, expected[x][i]) {
    					t.Fatalf("expected new[%v][%d] to be %v, got %v"+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
Back to top