Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for 0640 (0.1 sec)

  1. src/archive/tar/reader_test.go

    		file: "testdata/gnu.tar",
    		headers: []*Header{{
    			Name:     "small.txt",
    			Mode:     0640,
    			Uid:      73025,
    			Gid:      5000,
    			Size:     5,
    			ModTime:  time.Unix(1244428340, 0),
    			Typeflag: '0',
    			Uname:    "dsymonds",
    			Gname:    "eng",
    			Format:   FormatGNU,
    		}, {
    			Name:     "small2.txt",
    			Mode:     0640,
    			Uid:      73025,
    			Gid:      5000,
    			Size:     11,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 21 21:14:38 UTC 2022
    - 47.1K bytes
    - Viewed (0)
  2. src/archive/tar/writer_test.go

    				Name:     "small.txt",
    				Size:     5,
    				Mode:     0640,
    				Uid:      73025,
    				Gid:      5000,
    				Uname:    "dsymonds",
    				Gname:    "eng",
    				ModTime:  time.Unix(1246508266, 0),
    			}, nil},
    			testWrite{"Kilts", 5, nil},
    
    			testHeader{Header{
    				Typeflag: TypeReg,
    				Name:     "small2.txt",
    				Size:     11,
    				Mode:     0640,
    				Uid:      73025,
    				Uname:    "dsymonds",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  3. pkg/volume/projected/projected.go

    		case source.ServiceAccountToken != nil:
    			tp := source.ServiceAccountToken
    
    			// When FsGroup is set, we depend on SetVolumeOwnership to
    			// change from 0600 to 0640.
    			mode := *s.source.DefaultMode
    			if mounterArgs.FsUser != nil || mounterArgs.FsGroup != nil {
    				mode = 0600
    			}
    
    			var auds []string
    			if len(tp.Audience) != 0 {
    				auds = []string{tp.Audience}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. pkg/volume/util/subpath/subpath_linux.go

    		// A file is enough for all possible targets (symlink, device, pipe,
    		// socket, ...), bind-mounting them into a file correctly changes type
    		// of the target file.
    		if err = ioutil.WriteFile(bindPathTarget, []byte{}, 0640); err != nil {
    			return false, "", fmt.Errorf("error creating file %s: %s", bindPathTarget, err)
    		}
    	}
    	return false, bindPathTarget, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 12 14:09:11 UTC 2022
    - 21.4K bytes
    - Viewed (0)
  5. pkg/volume/util/atomic_writer_test.go

    					"bar": {Mode: 0644, Data: []byte("bar")},
    				},
    				{
    					"foo": {Mode: 0644, Data: []byte("foo2")},
    					"bar": {Mode: 0644, Data: []byte("bar2")},
    				},
    				{
    					"foo": {Mode: 0644, Data: []byte("foo3")},
    					"bar": {Mode: 0644, Data: []byte("bar3")},
    				},
    				{
    					"foo": {Mode: 0644, Data: []byte("foo4")},
    					"bar": {Mode: 0644, Data: []byte("bar4")},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  6. pkg/volume/configmap/configmap_test.go

    			name: "no overrides",
    			configMap: &v1.ConfigMap{
    				Data: map[string]string{
    					"foo": "foo",
    					"bar": "bar",
    				},
    			},
    			mode: 0644,
    			payload: map[string]util.FileProjection{
    				"foo": {Data: []byte("foo"), Mode: 0644},
    				"bar": {Data: []byte("bar"), Mode: 0644},
    			},
    			success: true,
    		},
    		{
    			name: "no overrides binary data",
    			configMap: &v1.ConfigMap{
    				BinaryData: map[string][]byte{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 19.9K bytes
    - Viewed (0)
  7. cmd/kube-scheduler/app/server_test.go

      name: default
    contexts:
    - context:
        cluster: default
        user: default
      name: default
    current-context: default
    users:
    - name: default
      user:
        username: config
    `, server.URL)), os.FileMode(0600)); err != nil {
    		t.Fatal(err)
    	}
    
    	// plugin config
    	pluginConfigFilev1 := filepath.Join(tmpDir, "pluginv1.yaml")
    	if err := os.WriteFile(pluginConfigFilev1, []byte(fmt.Sprintf(`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  8. cmd/kube-scheduler/app/options/options_test.go

    `, server.URL)), os.FileMode(0600)); err != nil {
    		t.Fatal(err)
    	}
    
    	oldConfigFile := filepath.Join(tmpDir, "scheduler_old.yaml")
    	if err := os.WriteFile(oldConfigFile, []byte(fmt.Sprintf(`
    apiVersion: componentconfig/v1alpha1
    kind: KubeSchedulerConfiguration
    clientConnection:
      kubeconfig: '%s'
    leaderElection:
      leaderElect: true`, configKubeconfig)), os.FileMode(0600)); err != nil {
    		t.Fatal(err)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 13 07:42:19 UTC 2023
    - 30.3K bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/css/fonts.css

      font-weight: 100;
      src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOiCnqEu92Fr1Mu51QrEz0dL-vwnYh2eg.woff2) format('woff2');
      unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    }
    /* cyrillic */
    @font-face {
      font-family: 'Roboto';
      font-style: italic;
      font-weight: 100;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  10. pkg/volume/projected/projected_test.go

    			secret: &v1.Secret{
    				Data: map[string][]byte{
    					"foo": []byte("foo"),
    					"bar": []byte("bar"),
    				},
    			},
    			mode: 0644,
    			payload: map[string]util.FileProjection{
    				"foo": {Data: []byte("foo"), Mode: 0644},
    				"bar": {Data: []byte("bar"), Mode: 0644},
    			},
    			success: true,
    		},
    		{
    			name: "basic 1",
    			mappings: []v1.KeyToPath{
    				{
    					Key:  "foo",
    					Path: "path/to/foo.txt",
    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