Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeBasePodAndStatus (0.34 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    }
    
    // A helper function to get a basic pod and its status assuming all sandbox and
    // containers are running and ready.
    func makeBasePodAndStatus() (*v1.Pod, *kubecontainer.PodStatus) {
    	pod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			UID:       "12345678",
    			Name:      "foo",
    			Namespace: "foo-ns",
    		},
    		Spec: v1.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
Back to top