Uses of Class
io.kubernetes.client.openapi.models.V1PersistentVolumeSpec
Packages that use V1PersistentVolumeSpec
-
Uses of V1PersistentVolumeSpec in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1PersistentVolumeSpecModifier and TypeMethodDescriptionV1PersistentVolumeSpec.accessModes
(List<String> accessModes) V1PersistentVolumeSpec.addAccessModesItem
(String accessModesItem) V1PersistentVolumeSpec.addMountOptionsItem
(String mountOptionsItem) V1PersistentVolumeSpec.awsElasticBlockStore
(V1AWSElasticBlockStoreVolumeSource awsElasticBlockStore) V1PersistentVolumeSpec.azureDisk
(V1AzureDiskVolumeSource azureDisk) V1PersistentVolumeSpec.azureFile
(V1AzureFilePersistentVolumeSource azureFile) V1PersistentVolumeSpec.cephfs
(V1CephFSPersistentVolumeSource cephfs) V1PersistentVolumeSpec.cinder
(V1CinderPersistentVolumeSource cinder) V1PersistentVolumeSpec.claimRef
(V1ObjectReference claimRef) V1PersistentVolumeSpec.csi
(V1CSIPersistentVolumeSource csi) V1PersistentVolumeSpec.fc
(V1FCVolumeSource fc) V1PersistentVolumeSpec.flexVolume
(V1FlexPersistentVolumeSource flexVolume) V1PersistentVolumeSpec.flocker
(V1FlockerVolumeSource flocker) V1PersistentVolumeSpec.gcePersistentDisk
(V1GCEPersistentDiskVolumeSource gcePersistentDisk) V1VolumeAttachmentSource.getInlineVolumeSpec()
Get inlineVolumeSpecV1PersistentVolume.getSpec()
Get specV1PersistentVolumeSpec.glusterfs
(V1GlusterfsPersistentVolumeSource glusterfs) V1PersistentVolumeSpec.hostPath
(V1HostPathVolumeSource hostPath) V1PersistentVolumeSpec.iscsi
(V1ISCSIPersistentVolumeSource iscsi) V1PersistentVolumeSpec.local
(V1LocalVolumeSource local) V1PersistentVolumeSpec.mountOptions
(List<String> mountOptions) V1PersistentVolumeSpec.nfs
(V1NFSVolumeSource nfs) V1PersistentVolumeSpec.nodeAffinity
(V1VolumeNodeAffinity nodeAffinity) V1PersistentVolumeSpec.persistentVolumeReclaimPolicy
(String persistentVolumeReclaimPolicy) V1PersistentVolumeSpec.photonPersistentDisk
(V1PhotonPersistentDiskVolumeSource photonPersistentDisk) V1PersistentVolumeSpec.portworxVolume
(V1PortworxVolumeSource portworxVolume) V1PersistentVolumeSpec.putCapacityItem
(String key, Quantity capacityItem) V1PersistentVolumeSpec.quobyte
(V1QuobyteVolumeSource quobyte) V1PersistentVolumeSpec.rbd
(V1RBDPersistentVolumeSource rbd) V1PersistentVolumeSpec.scaleIO
(V1ScaleIOPersistentVolumeSource scaleIO) V1PersistentVolumeSpec.storageClassName
(String storageClassName) V1PersistentVolumeSpec.storageos
(V1StorageOSPersistentVolumeSource storageos) V1PersistentVolumeSpec.volumeMode
(String volumeMode) V1PersistentVolumeSpec.vsphereVolume
(V1VsphereVirtualDiskVolumeSource vsphereVolume) Methods in io.kubernetes.client.openapi.models with parameters of type V1PersistentVolumeSpecModifier and TypeMethodDescriptionV1VolumeAttachmentSource.inlineVolumeSpec
(V1PersistentVolumeSpec inlineVolumeSpec) void
V1VolumeAttachmentSource.setInlineVolumeSpec
(V1PersistentVolumeSpec inlineVolumeSpec) void
V1PersistentVolume.setSpec
(V1PersistentVolumeSpec spec) V1PersistentVolume.spec
(V1PersistentVolumeSpec spec)