Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for name_file_name (0.36 sec)

  1. pkg/volume/downwardapi/downwardapi_test.go

    			files: map[string]string{"name_file_name": "metadata.name"},
    			steps: []testStep{
    				verifyMode{stepName{"name_file_name"}, 0644},
    			},
    		},
    		{
    			name:  "test_item_mode",
    			files: map[string]string{"name_file_name": "metadata.name"},
    			modes: map[string]int32{"name_file_name": 0400},
    			steps: []testStep{
    				verifyMode{stepName{"name_file_name"}, 0400},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 04:48:49 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  2. pkg/volume/projected/projected_test.go

    			volumeFile: []v1.DownwardAPIVolumeFile{
    				{Path: "name_file_name", FieldRef: &v1.ObjectFieldSelector{
    					FieldPath: "metadata.name"}}},
    			pod: &v1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      testPodName,
    					Namespace: testNamespace,
    					UID:       testPodUID},
    			},
    			mode: 0644,
    			payload: map[string]util.FileProjection{
    				"name_file_name": {Data: []byte(testPodName), Mode: 0644},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:48 UTC 2023
    - 40.5K bytes
    - Viewed (0)
Back to top