Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPodUID (0.1 sec)

  1. pkg/kubelet/stats/cadvisor_stats_provider.go

    func buildPodRef(containerLabels map[string]string) statsapi.PodReference {
    	podName := kubetypes.GetPodName(containerLabels)
    	podNamespace := kubetypes.GetPodNamespace(containerLabels)
    	podUID := kubetypes.GetPodUID(containerLabels)
    	return statsapi.PodReference{Name: podName, Namespace: podNamespace, UID: podUID}
    }
    
    // isPodManagedContainer returns true if the cinfo container is managed by a Pod
    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