Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fsGroupPolicy (0.05 sec)

  1. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      //
      // +optional
      optional bool storageCapacity = 4;
    
      // 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.
      //
      // This field is immutable.
      //
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 24.9K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/storage/v1/generated.proto

      //
      // +optional
      // +featureGate=CSIStorageCapacity
      optional bool storageCapacity = 4;
    
      // 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.
      //
      // This field is immutable.
      //
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-03-11 18:43
    - 24.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.30.md

    - Users are now allowed to mutate `FSGroupPolicy` and `PodInfoOnMount` in `CSIDriver.Spec`. ([#116209](https://github.com/kubernetes/kubernetes/pull/116209), [@haoruan](https://github.com/haoruan))
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:56
    - 387.4K bytes
    - Viewed (0)
Back to top