Uses of Class
io.kubernetes.client.openapi.models.V1Volume
Packages that use V1Volume
-
Uses of V1Volume in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1VolumeModifier and TypeMethodDescriptionV1Volume.awsElasticBlockStore
(V1AWSElasticBlockStoreVolumeSource awsElasticBlockStore) V1Volume.azureDisk
(V1AzureDiskVolumeSource azureDisk) V1Volume.azureFile
(V1AzureFileVolumeSource azureFile) V1Volume.cephfs
(V1CephFSVolumeSource cephfs) V1Volume.cinder
(V1CinderVolumeSource cinder) V1Volume.configMap
(V1ConfigMapVolumeSource configMap) V1Volume.csi
(V1CSIVolumeSource csi) V1Volume.downwardAPI
(V1DownwardAPIVolumeSource downwardAPI) V1Volume.emptyDir
(V1EmptyDirVolumeSource emptyDir) V1Volume.ephemeral
(V1EphemeralVolumeSource ephemeral) V1Volume.fc
(V1FCVolumeSource fc) V1Volume.flexVolume
(V1FlexVolumeSource flexVolume) V1Volume.flocker
(V1FlockerVolumeSource flocker) static V1Volume
Create an instance of V1Volume given an JSON stringV1Volume.gcePersistentDisk
(V1GCEPersistentDiskVolumeSource gcePersistentDisk) V1Volume.gitRepo
(V1GitRepoVolumeSource gitRepo) V1Volume.glusterfs
(V1GlusterfsVolumeSource glusterfs) V1Volume.hostPath
(V1HostPathVolumeSource hostPath) V1Volume.image
(V1ImageVolumeSource image) V1Volume.iscsi
(V1ISCSIVolumeSource iscsi) V1Volume.nfs
(V1NFSVolumeSource nfs) V1Volume.persistentVolumeClaim
(V1PersistentVolumeClaimVolumeSource persistentVolumeClaim) V1Volume.photonPersistentDisk
(V1PhotonPersistentDiskVolumeSource photonPersistentDisk) V1Volume.portworxVolume
(V1PortworxVolumeSource portworxVolume) V1Volume.projected
(V1ProjectedVolumeSource projected) V1Volume.quobyte
(V1QuobyteVolumeSource quobyte) V1Volume.rbd
(V1RBDVolumeSource rbd) V1Volume.scaleIO
(V1ScaleIOVolumeSource scaleIO) V1Volume.secret
(V1SecretVolumeSource secret) V1Volume.storageos
(V1StorageOSVolumeSource storageos) V1Volume.vsphereVolume
(V1VsphereVirtualDiskVolumeSource vsphereVolume) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1VolumeModifier and TypeMethodDescriptionV1PodSpec.getVolumes()
List of volumes that can be mounted by containers belonging to the pod.Methods in io.kubernetes.client.openapi.models with parameters of type V1VolumeMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1Volume