Package io.fabric8.kubernetes.api.model
Interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.LocalNested<N>,WatchEventFluent.LocalVolumeSourceObjectNested<N>
- All Known Implementing Classes:
LocalVolumeSourceBuilder,LocalVolumeSourceFluentImpl,PersistentVolumeSpecFluentImpl.LocalNestedImpl,WatchEventFluentImpl.LocalVolumeSourceObjectNestedImpl
public interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFsType()StringgetPath()BooleanhasFsType()BooleanhasPath()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithPath(String path)
-
-
-
Method Detail
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
getPath
String getPath()
-
hasPath
Boolean hasPath()
-
withNewPath
A withNewPath(StringBuilder arg1)
-
withNewPath
A withNewPath(StringBuffer arg1)
-
-