Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uniqueEndpoints (0.14 sec)

  1. pkg/kubelet/stats/cri_stats_provider_windows_test.go

    	uniqueEndpoints := map[string]*hcsshim.HNSEndpoint{}
    
    	for _, c := range s.containers {
    		for _, stat := range c.hcsStats {
    			e, found := uniqueEndpoints[stat.EndpointId]
    			if found {
    				// add the container
    				e.SharedContainers = append(e.SharedContainers, c.container.ID)
    				continue
    			}
    
    			uniqueEndpoints[stat.EndpointId] = &hcsshim.HNSEndpoint{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 17 00:02:10 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top