Uses of Class
io.kubernetes.client.openapi.models.V1EmptyDirVolumeSource
Packages that use V1EmptyDirVolumeSource
-
Uses of V1EmptyDirVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EmptyDirVolumeSourceModifier and TypeMethodDescriptionstatic V1EmptyDirVolumeSource
Create an instance of V1EmptyDirVolumeSource given an JSON stringV1Volume.getEmptyDir()
Get emptyDirMethods in io.kubernetes.client.openapi.models with parameters of type V1EmptyDirVolumeSourceModifier and TypeMethodDescriptionV1Volume.emptyDir
(V1EmptyDirVolumeSource emptyDir) void
V1Volume.setEmptyDir
(V1EmptyDirVolumeSource emptyDir)