# io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource

From **Kubernetes**.

Represents a Photon Controller persistent disk resource.

- Type: `object`

## Properties

### `fsType`

- Required: false
- Type: `string`

fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

### `pdID`

- Required: true
- Type: `string`

pdID is the ID that identifies Photon Controller persistent disk

## JSON Schema

```json
{"description":"Represents a Photon Controller persistent disk resource.","properties":{"fsType":{"description":"fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.","type":"string"},"pdID":{"default":"","description":"pdID is the ID that identifies Photon Controller persistent disk","type":"string"}},"required":["pdID"],"type":"object"}
```
