Uses of Class
io.kubernetes.client.openapi.models.V1StorageOSVolumeSource
Packages that use V1StorageOSVolumeSource
-
Uses of V1StorageOSVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1StorageOSVolumeSourceModifier and TypeMethodDescriptionstatic V1StorageOSVolumeSource
Create an instance of V1StorageOSVolumeSource given an JSON stringV1Volume.getStorageos()
Get storageosV1StorageOSVolumeSource.secretRef
(V1LocalObjectReference secretRef) V1StorageOSVolumeSource.volumeName
(String volumeName) V1StorageOSVolumeSource.volumeNamespace
(String volumeNamespace) Methods in io.kubernetes.client.openapi.models with parameters of type V1StorageOSVolumeSourceModifier and TypeMethodDescriptionvoid
V1Volume.setStorageos
(V1StorageOSVolumeSource storageos) V1Volume.storageos
(V1StorageOSVolumeSource storageos)