Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 209 for cephfs (0.11 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json

                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
                },
                "cephfs": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "path": "pathValue",
                  "user": "userValue",
                  "secretFile": "secretFileValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml

          diskURI: diskURIValue
          fsType: fsTypeValue
          kind: kindValue
          readOnly: true
        azureFile:
          readOnly: true
          secretName: secretNameValue
          shareName: shareNameValue
        cephfs:
          monitors:
          - monitorsValue
          path: pathValue
          readOnly: true
          secretFile: secretFileValue
          secretRef:
            name: nameValue
          user: userValue
        cinder:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.StatefulSet.json

                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
                },
                "cephfs": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "path": "pathValue",
                  "user": "userValue",
                  "secretFile": "secretFileValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.StatefulSet.json

                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
                },
                "cephfs": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "path": "pathValue",
                  "user": "userValue",
                  "secretFile": "secretFileValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

                  "fsType": "fsTypeValue",
                  "readOnly": true,
                  "secretRef": {
                    "name": "nameValue"
                  }
                },
                "cephfs": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "path": "pathValue",
                  "user": "userValue",
                  "secretFile": "secretFileValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.Pod.yaml

          diskURI: diskURIValue
          fsType: fsTypeValue
          kind: kindValue
          readOnly: true
        azureFile:
          readOnly: true
          secretName: secretNameValue
          shareName: shareNameValue
        cephfs:
          monitors:
          - monitorsValue
          path: pathValue
          readOnly: true
          secretFile: secretFileValue
          secretRef:
            name: nameValue
          user: userValue
        cinder:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 32.3K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    		}
    	}
    	if source.CephFS != nil {
    		if numVolumes > 0 {
    			allErrs = append(allErrs, field.Forbidden(fldPath.Child("cephFS"), "may not specify more than 1 volume type"))
    		} else {
    			numVolumes++
    			allErrs = append(allErrs, validateCephFSVolumeSource(source.CephFS, fldPath.Child("cephfs"))...)
    		}
    	}
    	if source.Quobyte != nil {
    		if numVolumes > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (1)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

        "io.k8s.api.core.v1.CephFSVolumeSource": {
          "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.",
          "properties": {
            "monitors": {
              "description": "Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it",
              "items": {
                "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. pkg/apis/core/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.Cinder != nil {
    		in, out := &in.Cinder, &out.Cinder
    		*out = new(CinderPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.CephFS != nil {
    		in, out := &in.CephFS, &out.CephFS
    		*out = new(CephFSPersistentVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.FC != nil {
    		in, out := &in.FC, &out.FC
    		*out = new(FCVolumeSource)
    		(*in).DeepCopyInto(*out)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
Back to top