Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/pleg/evented.go

    		currentContainerStateCount := getContainerStateCount(podStatus)
    
    		// old and new set of container states may vary;
    		// get a unique set of container states combining both
    		containerStates := make(map[kubecontainer.State]bool)
    		for state := range oldContainerStateCount {
    			containerStates[state] = true
    		}
    		for state := range currentContainerStateCount {
    			containerStates[state] = true
    		}
    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