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 V1VolumeDeviceMethods 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 TypeMethodDescriptionvoidV1Container.setVolumeDevices(List<V1VolumeDevice> volumeDevices) voidV1EphemeralContainer.setVolumeDevices(List<V1VolumeDevice> volumeDevices) V1Container.volumeDevices(List<V1VolumeDevice> volumeDevices) V1EphemeralContainer.volumeDevices(List<V1VolumeDevice> volumeDevices)