Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 61 for gcePersistentDisk (0.21 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    			Volumes: []v1.Volume{
    				{
    					Name: "volume-name",
    					VolumeSource: v1.VolumeSource{
    						GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
    							PDName: "fake-device1",
    						},
    					},
    				},
    				{
    					Name: "volume-name2",
    					VolumeSource: v1.VolumeSource{
    						GCEPersistentDisk: &v1.GCEPersistentDiskVolumeSource{
    							PDName: "fake-device2",
    						},
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  2. pkg/volume/testing/testing.go

    	var volumeName string
    	if spec.Volume != nil && spec.Volume.GCEPersistentDisk != nil {
    		volumeName = spec.Volume.GCEPersistentDisk.PDName
    	} 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 &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.json

                  "type": "typeValue"
                },
                "emptyDir": {
                  "medium": "mediumValue",
                  "sizeLimit": "0"
                },
                "gcePersistentDisk": {
                  "pdName": "pdNameValue",
                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
                "awsElasticBlockStore": {
    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

                  "type": "typeValue"
                },
                "emptyDir": {
                  "medium": "mediumValue",
                  "sizeLimit": "0"
                },
                "gcePersistentDisk": {
                  "pdName": "pdNameValue",
                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
                "awsElasticBlockStore": {
    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

                  "type": "typeValue"
                },
                "emptyDir": {
                  "medium": "mediumValue",
                  "sizeLimit": "0"
                },
                "gcePersistentDisk": {
                  "pdName": "pdNameValue",
                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
                "awsElasticBlockStore": {
    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

                  "type": "typeValue"
                },
                "emptyDir": {
                  "medium": "mediumValue",
                  "sizeLimit": "0"
                },
                "gcePersistentDisk": {
                  "pdName": "pdNameValue",
                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
                "awsElasticBlockStore": {
    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

                  "type": "typeValue"
                },
                "emptyDir": {
                  "medium": "mediumValue",
                  "sizeLimit": "0"
                },
                "gcePersistentDisk": {
                  "pdName": "pdNameValue",
                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
                "awsElasticBlockStore": {
    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

                "path": "pathValue",
                "type": "typeValue"
              },
              "emptyDir": {
                "medium": "mediumValue",
                "sizeLimit": "0"
              },
              "gcePersistentDisk": {
                "pdName": "pdNameValue",
                "fsType": "fsTypeValue",
                "partition": 3,
                "readOnly": true
              },
              "awsElasticBlockStore": {
    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/v1.29.0/batch.v1.CronJob.json

                      "type": "typeValue"
                    },
                    "emptyDir": {
                      "medium": "mediumValue",
                      "sizeLimit": "0"
                    },
                    "gcePersistentDisk": {
                      "pdName": "pdNameValue",
                      "fsType": "fsTypeValue",
                      "partition": 3,
                      "readOnly": true
                    },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 62.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

                  "type": "typeValue"
                },
                "emptyDir": {
                  "medium": "mediumValue",
                  "sizeLimit": "0"
                },
                "gcePersistentDisk": {
                  "pdName": "pdNameValue",
                  "fsType": "fsTypeValue",
                  "partition": 3,
                  "readOnly": true
                },
                "awsElasticBlockStore": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top