Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fs (0.15 sec)

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

    message FSGroupStrategyOptions {
      // rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
      // +optional
      optional string rule = 1;
    
      // ranges are the allowed ranges of fs groups.  If you would like to force a single
      // fs group then supply a single range with the same start and end. Required for MustRunAs.
      // +optional
      repeated IDRange ranges = 2;
    }
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // More info: https://examples.k8s.io/mysql-cinder-pd/README.md
      // +optional
      optional CinderPersistentVolumeSource cinder = 8;
    
      // cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
      // +optional
      optional CephFSPersistentVolumeSource cephfs = 9;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top