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 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)
-
-
-
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)
-
-