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 String
getFsType()
String
getPath()
Boolean
hasFsType()
Boolean
hasPath()
A
withFsType(String fsType)
A
withNewFsType(String arg1)
A
withNewFsType(StringBuffer arg1)
A
withNewFsType(StringBuilder arg1)
A
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withPath(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)
-
-