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 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 Details
-
getDevicePath
String getDevicePath() -
withDevicePath
-
hasDevicePath
Boolean hasDevicePath() -
withNewDevicePath
-
withNewDevicePath
-
withNewDevicePath
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-