Package io.fabric8.kubernetes.api.model
Class DoneableVolumeDevice
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.VolumeDeviceFluentImpl<DoneableVolumeDevice>
io.fabric8.kubernetes.api.model.DoneableVolumeDevice
- All Implemented Interfaces:
Fluent<DoneableVolumeDevice>,Visitable<DoneableVolumeDevice>,Doneable<VolumeDevice>,VolumeDeviceFluent<DoneableVolumeDevice>
public class DoneableVolumeDevice extends VolumeDeviceFluentImpl<DoneableVolumeDevice> implements Doneable<VolumeDevice>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableVolumeDevice(Function<VolumeDevice,VolumeDevice> function)DoneableVolumeDevice(VolumeDevice item)DoneableVolumeDevice(VolumeDevice item, Function<VolumeDevice,VolumeDevice> function) -
Method Summary
Modifier and Type Method Description VolumeDevicedone()Methods inherited from class io.fabric8.kubernetes.api.model.VolumeDeviceFluentImpl
equals, getDevicePath, getName, hasDevicePath, hasName, withDevicePath, withName, withNewDevicePath, withNewDevicePath, withNewDevicePath, withNewName, withNewName, withNewName
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<VolumeDevice>
-