Uses of Class
io.kubernetes.client.openapi.models.V1StorageOSPersistentVolumeSource
Packages that use V1StorageOSPersistentVolumeSource
-
Uses of V1StorageOSPersistentVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1StorageOSPersistentVolumeSourceModifier and TypeMethodDescriptionCreate an instance of V1StorageOSPersistentVolumeSource given an JSON stringV1PersistentVolumeSpec.getStorageos()
Get storageosV1StorageOSPersistentVolumeSource.secretRef
(V1ObjectReference secretRef) V1StorageOSPersistentVolumeSource.volumeName
(String volumeName) V1StorageOSPersistentVolumeSource.volumeNamespace
(String volumeNamespace) Methods in io.kubernetes.client.openapi.models with parameters of type V1StorageOSPersistentVolumeSourceModifier and TypeMethodDescriptionvoid
V1PersistentVolumeSpec.setStorageos
(V1StorageOSPersistentVolumeSource storageos) V1PersistentVolumeSpec.storageos
(V1StorageOSPersistentVolumeSource storageos)