Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fittingpod (0.11 sec)

  1. pkg/kubelet/kubelet_test.go

    		podWithUIDNameNsSpec("987654321", "fittingpod", "foo", v1.PodSpec{NodeName: "127.0.0.1"}),
    	}
    
    	notfittingPod := pods[0]
    	fittingPod := pods[1]
    
    	kl.HandlePodAdditions(pods)
    
    	// Check pod status stored in the status map.
    	checkPodStatus(t, kl, notfittingPod, v1.PodFailed)
    	checkPodStatus(t, kl, fittingPod, v1.PodPending)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
Back to top