Uses of Class
io.kubernetes.client.openapi.models.V1VolumeDevice
Packages that use V1VolumeDevice
-
Uses of V1VolumeDevice in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1VolumeDeviceModifier and TypeMethodDescriptionV1VolumeDevice.devicePath
(String devicePath) static V1VolumeDevice
Create an instance of V1VolumeDevice given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1VolumeDeviceModifier and TypeMethodDescriptionV1Container.getVolumeDevices()
volumeDevices is the list of block devices to be used by the container.V1EphemeralContainer.getVolumeDevices()
volumeDevices is the list of block devices to be used by the container.Methods in io.kubernetes.client.openapi.models with parameters of type V1VolumeDeviceModifier and TypeMethodDescriptionV1Container.addVolumeDevicesItem
(V1VolumeDevice volumeDevicesItem) V1EphemeralContainer.addVolumeDevicesItem
(V1VolumeDevice volumeDevicesItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1VolumeDeviceModifier and TypeMethodDescriptionvoid
V1Container.setVolumeDevices
(List<V1VolumeDevice> volumeDevices) void
V1EphemeralContainer.setVolumeDevices
(List<V1VolumeDevice> volumeDevices) V1Container.volumeDevices
(List<V1VolumeDevice> volumeDevices) V1EphemeralContainer.volumeDevices
(List<V1VolumeDevice> volumeDevices)