Package io.fabric8.kubernetes.api.model
Class AttachedVolumeFluentImpl<A extends AttachedVolumeFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.AttachedVolumeFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,AttachedVolumeFluent<A>
- Direct Known Subclasses:
AttachedVolumeBuilder,DoneableAttachedVolume,NodeStatusFluentImpl.VolumesAttachedNestedImpl,WatchEventFluentImpl.AttachedVolumeObjectNestedImpl
public class AttachedVolumeFluentImpl<A extends AttachedVolumeFluent<A>> extends BaseFluent<A> implements AttachedVolumeFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AttachedVolumeFluentImpl()AttachedVolumeFluentImpl(AttachedVolume instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetDevicePath()StringgetName()BooleanhasDevicePath()BooleanhasName()AwithDevicePath(String devicePath)AwithName(String name)AwithNewDevicePath(String arg1)AwithNewDevicePath(StringBuffer arg1)AwithNewDevicePath(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
Constructor Details
-
AttachedVolumeFluentImpl
public AttachedVolumeFluentImpl() -
AttachedVolumeFluentImpl
-
-
Method Details
-
getDevicePath
- Specified by:
getDevicePathin interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withDevicePath
- Specified by:
withDevicePathin interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
hasDevicePath
- Specified by:
hasDevicePathin interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewDevicePath
- Specified by:
withNewDevicePathin interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewDevicePath
- Specified by:
withNewDevicePathin interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewDevicePath
- Specified by:
withNewDevicePathin interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
getName
- Specified by:
getNamein interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withName
- Specified by:
withNamein interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
hasName
- Specified by:
hasNamein interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewName
- Specified by:
withNewNamein interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
equals
-