Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newBurstablePodWithUID (0.17 sec)

  1. pkg/kubelet/cm/pod_container_manager_linux_test.go

    							Limits: v1.ResourceList{
    								v1.ResourceCPU:    resource.MustParse("1000m"),
    								v1.ResourceMemory: resource.MustParse("1G"),
    							},
    						},
    					},
    				},
    			},
    		}
    	}
    	newBurstablePodWithUID := func(uid types.UID) *v1.Pod {
    		return &v1.Pod{
    			ObjectMeta: metav1.ObjectMeta{
    				UID: uid,
    			},
    			Spec: v1.PodSpec{
    				Containers: []v1.Container{
    					{
    						Name: "container",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 08 13:06:38 UTC 2022
    - 8.9K bytes
    - Viewed (0)
Back to top