PersistentVolumeSpecPatch

constructor(accessModes: List<String>? = null, awsElasticBlockStore: AWSElasticBlockStoreVolumeSourcePatch? = null, azureDisk: AzureDiskVolumeSourcePatch? = null, azureFile: AzureFilePersistentVolumeSourcePatch? = null, capacity: Map<String, String>? = null, cephfs: CephFSPersistentVolumeSourcePatch? = null, cinder: CinderPersistentVolumeSourcePatch? = null, claimRef: ObjectReferencePatch? = null, csi: CSIPersistentVolumeSourcePatch? = null, fc: FCVolumeSourcePatch? = null, flexVolume: FlexPersistentVolumeSourcePatch? = null, flocker: FlockerVolumeSourcePatch? = null, gcePersistentDisk: GCEPersistentDiskVolumeSourcePatch? = null, glusterfs: GlusterfsPersistentVolumeSourcePatch? = null, hostPath: HostPathVolumeSourcePatch? = null, iscsi: ISCSIPersistentVolumeSourcePatch? = null, local: LocalVolumeSourcePatch? = null, mountOptions: List<String>? = null, nfs: NFSVolumeSourcePatch? = null, nodeAffinity: VolumeNodeAffinityPatch? = null, persistentVolumeReclaimPolicy: String? = null, photonPersistentDisk: PhotonPersistentDiskVolumeSourcePatch? = null, portworxVolume: PortworxVolumeSourcePatch? = null, quobyte: QuobyteVolumeSourcePatch? = null, rbd: RBDPersistentVolumeSourcePatch? = null, scaleIO: ScaleIOPersistentVolumeSourcePatch? = null, storageClassName: String? = null, storageos: StorageOSPersistentVolumeSourcePatch? = null, volumeMode: String? = null, vsphereVolume: VsphereVirtualDiskVolumeSourcePatch? = null)