Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readCount (0.15 sec)

  1. pkg/controller/daemon/update_test.go

    	clearExpectations(t, manager, ds, podControl)
    
    	readyCount := 0
    	expectedReadyCount := 5 - maxUnavailable
    	for _, obj := range podControl.podStore.List() {
    		pod := obj.(*v1.Pod)
    		n, condition := podutil.GetPodCondition(&pod.Status, v1.PodReady)
    		if n != -1 && condition.Status == v1.ConditionTrue {
    			readyCount++
    		}
    	}
    
    	if readyCount != expectedReadyCount {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 10 21:10:35 UTC 2024
    - 28.9K bytes
    - Viewed (0)
Back to top