Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getContainerStateCount (0.3 sec)

  1. pkg/kubelet/pleg/evented.go

    		containerStateCount := getContainerStateCount(podStatus)
    		for state, count := range containerStateCount {
    			// add currently obtained count
    			metrics.RunningContainerCount.WithLabelValues(string(state)).Add(float64(count))
    		}
    	} else {
    		oldContainerStateCount := getContainerStateCount(cachedPodStatus)
    		currentContainerStateCount := getContainerStateCount(podStatus)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 10:46:06 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top