Uses of Class
io.kubernetes.client.openapi.models.V1HostPathVolumeSource
Packages that use V1HostPathVolumeSource
-
Uses of V1HostPathVolumeSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1HostPathVolumeSourceModifier and TypeMethodDescriptionstatic V1HostPathVolumeSource
Create an instance of V1HostPathVolumeSource given an JSON stringV1PersistentVolumeSpec.getHostPath()
Get hostPathV1Volume.getHostPath()
Get hostPathMethods in io.kubernetes.client.openapi.models with parameters of type V1HostPathVolumeSourceModifier and TypeMethodDescriptionV1PersistentVolumeSpec.hostPath
(V1HostPathVolumeSource hostPath) V1Volume.hostPath
(V1HostPathVolumeSource hostPath) void
V1PersistentVolumeSpec.setHostPath
(V1HostPathVolumeSource hostPath) void
V1Volume.setHostPath
(V1HostPathVolumeSource hostPath)