Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for internalCgroupName (0.13 sec)

  1. pkg/kubelet/stats/cadvisor_stats_provider.go

    		var podCgroupKey string
    		if cm.IsSystemdStyleName(key) {
    			// Convert to internal cgroup name and take the last component only.
    			internalCgroupName := cm.ParseSystemdToCgroupName(key)
    			podCgroupKey = internalCgroupName[len(internalCgroupName)-1]
    		} else {
    			// Take last component only.
    			podCgroupKey = filepath.Base(key)
    		}
    		cinfosByPodCgroupKey[podCgroupKey] = cinfo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 16 13:34:22 UTC 2023
    - 18.9K bytes
    - Viewed (0)
Back to top