Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/volume/util/atomic_writer_test.go

    					"bar/zab.txt":      {Mode: 0644, Data: []byte("bar/zab.txt")},
    					"foo/blaz/bar.txt": {Mode: 0644, Data: []byte("foo/blaz/bar")},
    					"bar/zib/zab.txt":  {Mode: 0644, Data: []byte("bar/zib/zab.txt")},
    				},
    				{
    					"foo/bar.txt":      {Mode: 0644, Data: []byte("foo/bar2")},
    					"bar/zab.txt":      {Mode: 0644, Data: []byte("bar/zab.txt2")},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  2. pkg/volume/projected/projected_test.go

    				"another/path/to/the/esteemed/bar.bin": {Data: []byte("bar"), Mode: 0644},
    			},
    			success: true,
    		},
    		{
    			name: "non existent key",
    			mappings: []v1.KeyToPath{
    				{
    					Key:  "zab",
    					Path: "path/to/foo.txt",
    				},
    			},
    			secret: &v1.Secret{
    				Data: map[string][]byte{
    					"foo": []byte("foo"),
    					"bar": []byte("bar"),
    				},
    			},
    			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