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