Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/stats/cri_stats_provider_windows.go

    		Interfaces: make([]statsapi.InterfaceStats, 0),
    	}
    
    	iStat := hcsStatToInterfaceStat(hcsStats, endpointName)
    
    	// TODO: add support of multiple interfaces for getting default interface.
    	result.Interfaces = append(result.Interfaces, iStat)
    	result.InterfaceStats = iStat
    
    	return result
    }
    
    func hcsStatToInterfaceStat(hcsStats *hcsshim.HNSEndpointStats, endpointName string) statsapi.InterfaceStats {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 07:03:11 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top