PersistentVolumeSpecPatchArgs

constructor(accessModes: Output<List<String>>? = null, awsElasticBlockStore: Output<AWSElasticBlockStoreVolumeSourcePatchArgs>? = null, azureDisk: Output<AzureDiskVolumeSourcePatchArgs>? = null, azureFile: Output<AzureFilePersistentVolumeSourcePatchArgs>? = null, capacity: Output<Map<String, String>>? = null, cephfs: Output<CephFSPersistentVolumeSourcePatchArgs>? = null, cinder: Output<CinderPersistentVolumeSourcePatchArgs>? = null, claimRef: Output<ObjectReferencePatchArgs>? = null, csi: Output<CSIPersistentVolumeSourcePatchArgs>? = null, fc: Output<FCVolumeSourcePatchArgs>? = null, flexVolume: Output<FlexPersistentVolumeSourcePatchArgs>? = null, flocker: Output<FlockerVolumeSourcePatchArgs>? = null, gcePersistentDisk: Output<GCEPersistentDiskVolumeSourcePatchArgs>? = null, glusterfs: Output<GlusterfsPersistentVolumeSourcePatchArgs>? = null, hostPath: Output<HostPathVolumeSourcePatchArgs>? = null, iscsi: Output<ISCSIPersistentVolumeSourcePatchArgs>? = null, local: Output<LocalVolumeSourcePatchArgs>? = null, mountOptions: Output<List<String>>? = null, nfs: Output<NFSVolumeSourcePatchArgs>? = null, nodeAffinity: Output<VolumeNodeAffinityPatchArgs>? = null, persistentVolumeReclaimPolicy: Output<String>? = null, photonPersistentDisk: Output<PhotonPersistentDiskVolumeSourcePatchArgs>? = null, portworxVolume: Output<PortworxVolumeSourcePatchArgs>? = null, quobyte: Output<QuobyteVolumeSourcePatchArgs>? = null, rbd: Output<RBDPersistentVolumeSourcePatchArgs>? = null, scaleIO: Output<ScaleIOPersistentVolumeSourcePatchArgs>? = null, storageClassName: Output<String>? = null, storageos: Output<StorageOSPersistentVolumeSourcePatchArgs>? = null, volumeAttributesClassName: Output<String>? = null, volumeMode: Output<String>? = null, vsphereVolume: Output<VsphereVirtualDiskVolumeSourcePatchArgs>? = null)