Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for ReadWriteOnceWithFSType (0.55 sec)

  1. pkg/registry/storage/csidriver/strategy_test.go

    		},
    		{
    			name:           "fSGroupPolicy feature enabled, before: readWriteOnceWithFSType, update: none",
    			old:            driverWithReadWriteOnceWithFSTypeFSGroupPolicy,
    			update:         driverWithNoneFSGroupPolicy,
    			wantGeneration: 1,
    		},
    		{
    			name:           "fSGroupPolicy feature enabled, before: readWriteOnceWithFSType, update: file",
    			old:            driverWithReadWriteOnceWithFSTypeFSGroupPolicy,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_mounter_test.go

    				corev1.ReadWriteOnce,
    			},
    			fsType:     "ext4",
    			setFsGroup: true,
    			fsGroup:    3000,
    		},
    		{
    			name: "fstype, fsgroup, RWO provided, FSGroupPolicy ReadWriteOnceWithFSType (should apply fsgroup)",
    			accessModes: []corev1.PersistentVolumeAccessMode{
    				corev1.ReadWriteOnce,
    			},
    			fsType:              "ext4",
    			setFsGroup:          true,
    			fsGroup:             3000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/storage/v1beta1/types.go

    	// permission of the volume before being mounted.
    	// Refer to the specific FSGroupPolicy values for additional details.
    	//
    	// This field is immutable.
    	//
    	// Defaults to ReadWriteOnceWithFSType, which will examine each volume
    	// to determine if Kubernetes should modify ownership and permissions of the volume.
    	// With the default policy the defined fsGroup will only be applied
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:32 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1/types.go

    	// Refer to the specific FSGroupPolicy values for additional details.
    	//
    	// This field was immutable in Kubernetes < 1.29 and now is mutable.
    	//
    	// Defaults to ReadWriteOnceWithFSType, which will examine each volume
    	// to determine if Kubernetes should modify ownership and permissions of the volume.
    	// With the default policy the defined fsGroup will only be applied
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  5. pkg/apis/storage/types.go

    	// Refer to the specific FSGroupPolicy values for additional details.
    	//
    	// This field was immutable in Kubernetes < 1.29 and now is mutable.
    	//
    	// Defaults to ReadWriteOnceWithFSType, which will examine each volume
    	// to determine if Kubernetes should modify ownership and permissions of the volume.
    	// With the default policy the defined fsGroup will only be applied
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 13 20:24:57 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

     "fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.\n\nThis field is immutable.\n\nDefaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1/generated.proto

      // Refer to the specific FSGroupPolicy values for additional details.
      //
      // This field was immutable in Kubernetes < 1.29 and now is mutable.
      //
      // Defaults to ReadWriteOnceWithFSType, which will examine each volume
      // to determine if Kubernetes should modify ownership and permissions of the volume.
      // With the default policy the defined fsGroup will only be applied
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/generated.proto

      // permission of the volume before being mounted.
      // Refer to the specific FSGroupPolicy values for additional details.
      //
      // This field is immutable.
      //
      // Defaults to ReadWriteOnceWithFSType, which will examine each volume
      // to determine if Kubernetes should modify ownership and permissions of the volume.
      // With the default policy the defined fsGroup will only be applied
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

    underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.\n\nThis field was immutable in Kubernetes < 1.29 and now is mutable.\n\nDefaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // permission of the volume before being mounted.
      // Refer to the specific FSGroupPolicy values for additional details.
      //
      // This field is immutable.
      //
      // Defaults to ReadWriteOnceWithFSType, which will examine each volume
      // to determine if Kubernetes should modify ownership and permissions of the volume.
      // With the default policy the defined fsGroup will only be applied
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
Back to top