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
,EphemeralContainerFluentImpl.VolumeDevicesNestedImpl
,VolumeDeviceBuilder
,VolumeDeviceFluentImpl
,WatchEventFluentImpl.VolumeDeviceObjectNestedImpl
public interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getDevicePath
String getDevicePath()
-
hasDevicePath
Boolean hasDevicePath()
-
withNewDevicePath
A withNewDevicePath(StringBuilder arg1)
-
withNewDevicePath
A withNewDevicePath(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
-