Package io.fabric8.kubernetes.api.model
Interface AttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeStatusFluent.VolumesAttachedNested<N>,WatchEventFluent.AttachedVolumeObjectNested<N>
- All Known Implementing Classes:
AttachedVolumeBuilder,AttachedVolumeFluentImpl,DoneableAttachedVolume,NodeStatusFluentImpl.VolumesAttachedNestedImpl,WatchEventFluentImpl.AttachedVolumeObjectNestedImpl
public interface AttachedVolumeFluent<A extends AttachedVolumeFluent<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
-