Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 62 for rbd (0.1 sec)

  1. pkg/volume/testing/testing.go

    	} else if spec.Volume != nil && spec.Volume.RBD != nil {
    		volumeName = spec.Volume.RBD.RBDImage
    	} else if spec.PersistentVolume != nil &&
    		spec.PersistentVolume.Spec.GCEPersistentDisk != nil {
    		volumeName = spec.PersistentVolume.Spec.GCEPersistentDisk.PDName
    	} else if spec.PersistentVolume != nil &&
    		spec.PersistentVolume.Spec.RBD != nil {
    		volumeName = spec.PersistentVolume.Spec.RBD.RBDImage
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. pkg/apis/core/v1/defaults_test.go

    		".Spec.Volumes[0].VolumeSource.RBD.Keyring":                                                   `"/etc/ceph/keyring"`,
    		".Spec.Volumes[0].VolumeSource.RBD.RBDPool":                                                   `"rbd"`,
    		".Spec.Volumes[0].VolumeSource.RBD.RadosUser":                                                 `"admin"`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                  "readOnly": true
                },
                "persistentVolumeClaim": {
                  "claimName": "claimNameValue",
                  "readOnly": true
                },
                "rbd": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.Deployment.json

                  "readOnly": true
                },
                "persistentVolumeClaim": {
                  "claimName": "claimNameValue",
                  "readOnly": true
                },
                "rbd": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                  "readOnly": true
                },
                "persistentVolumeClaim": {
                  "claimName": "claimNameValue",
                  "readOnly": true
                },
                "rbd": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

                  "readOnly": true
                },
                "persistentVolumeClaim": {
                  "claimName": "claimNameValue",
                  "readOnly": true
                },
                "rbd": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json

                  "readOnly": true
                },
                "persistentVolumeClaim": {
                  "claimName": "claimNameValue",
                  "readOnly": true
                },
                "rbd": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.PodTemplate.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 50K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.json

                  "readOnly": true
                },
                "persistentVolumeClaim": {
                  "claimName": "claimNameValue",
                  "readOnly": true
                },
                "rbd": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.json

                  "readOnly": true
                },
                "persistentVolumeClaim": {
                  "claimName": "claimNameValue",
                  "readOnly": true
                },
                "rbd": {
                  "monitors": [
                    "monitorsValue"
                  ],
                  "image": "imageValue",
                  "fsType": "fsTypeValue",
                  "pool": "poolValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
Back to top