Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for pod_1 (1 sec)

  1. pkg/kubelet/kubelet_volumes_linux_test.go

    				return validateDirNotExists(filepath.Join(podDir, "not"))
    			},
    		},
    		"pod-exists-with-volume": {
    			pods: []*v1.Pod{
    				{
    					ObjectMeta: metav1.ObjectMeta{
    						Name: "pod1",
    						UID:  "pod1uid",
    					},
    				},
    			},
    			prepareFunc: func(kubelet *Kubelet) error {
    				podDir := kubelet.getPodDir("pod1uid")
    				return os.MkdirAll(filepath.Join(podDir, "volumes/plugin/name"), 0750)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 30 03:35:26 UTC 2022
    - 8.9K bytes
    - Viewed (0)
Back to top