Package io.fabric8.kubernetes.api.model
Class VolumeDeviceFluentImpl<A extends VolumeDeviceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.VolumeDeviceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,VolumeDeviceFluent<A>
- Direct Known Subclasses:
ContainerFluentImpl.VolumeDevicesNestedImpl
,DoneableVolumeDevice
,EphemeralContainerFluentImpl.VolumeDevicesNestedImpl
,VolumeDeviceBuilder
,WatchEventFluentImpl.VolumeDeviceObjectNestedImpl
public class VolumeDeviceFluentImpl<A extends VolumeDeviceFluent<A>> extends BaseFluent<A> implements VolumeDeviceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VolumeDeviceFluentImpl()
VolumeDeviceFluentImpl(VolumeDevice instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getDevicePath()
String
getName()
Boolean
hasDevicePath()
Boolean
hasName()
A
withDevicePath(String devicePath)
A
withName(String name)
A
withNewDevicePath(String arg1)
A
withNewDevicePath(StringBuffer arg1)
A
withNewDevicePath(StringBuilder arg1)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
-
Constructor Details
-
VolumeDeviceFluentImpl
public VolumeDeviceFluentImpl() -
VolumeDeviceFluentImpl
-
-
Method Details
-
getDevicePath
- Specified by:
getDevicePath
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withDevicePath
- Specified by:
withDevicePath
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
hasDevicePath
- Specified by:
hasDevicePath
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewDevicePath
- Specified by:
withNewDevicePath
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewDevicePath
- Specified by:
withNewDevicePath
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewDevicePath
- Specified by:
withNewDevicePath
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
getName
- Specified by:
getName
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withName
- Specified by:
withName
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewName
- Specified by:
withNewName
in interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
equals
-