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:
DoneableLocalVolumeSource,LocalVolumeSourceBuilder,LocalVolumeSourceFluentImpl,PersistentVolumeSpecFluentImpl.LocalNestedImpl,WatchEventFluentImpl.LocalVolumeSourceObjectNestedImpl
public interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-