Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pod_0 (0.03 sec)

  1. pkg/kubelet/kubelet_test.go

    					mem800MPodSpec.Containers[0].Name: mem800MPodSpec.Containers[0].Resources.Requests,
    				},
    			},
    		},
    		{
    			name: "No CPU and memory, resource allocation not exists",
    			pod:  podWithUIDNameNsSpec("10", "pod10", "foo", *emptyPodSpec),
    			expectedPodResourceAllocation: state.PodResourceAllocation{
    				"10": map[string]v1.ResourceList{
    					emptyPodSpec.Containers[0].Name: emptyPodSpec.Containers[0].Resources.Requests,
    				},
    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