Package io.fabric8.kubernetes.api.model
Interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ContainerFluent.VolumeDevicesNested<N>
,EphemeralContainerFluent.VolumeDevicesNested<N>
,WatchEventFluent.VolumeDeviceObjectNested<N>
- All Known Implementing Classes:
ContainerFluentImpl.VolumeDevicesNestedImpl
,DoneableVolumeDevice
,EphemeralContainerFluentImpl.VolumeDevicesNestedImpl
,VolumeDeviceBuilder
,VolumeDeviceFluentImpl
,WatchEventFluentImpl.VolumeDeviceObjectNestedImpl
public interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getDevicePath
String getDevicePath() -
withDevicePath
-
hasDevicePath
Boolean hasDevicePath() -
withNewDevicePath
-
withNewDevicePath
-
withNewDevicePath
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-