Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Pd (0.02 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "readOnly": {
                "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md",
                "type": "boolean"
              },
              "secretRef": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    			}},
    		},
    		// GcePersistentDisk
    		{
    			name: "valid GcePersistentDisk",
    			vol: core.Volume{
    				Name: "gce-pd",
    				VolumeSource: core.VolumeSource{
    					GCEPersistentDisk: &core.GCEPersistentDiskVolumeSource{
    						PDName:    "my-PD",
    						FSType:    "ext4",
    						Partition: 1,
    						ReadOnly:  false,
    					},
    				},
    			},
    		},
    		// AWSElasticBlockStore
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top