Package io.fabric8.kubernetes.api.model
Class LocalVolumeSourceFluentImpl<A extends LocalVolumeSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.LocalVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,LocalVolumeSourceFluent<A>
- Direct Known Subclasses:
DoneableLocalVolumeSource,LocalVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.LocalNestedImpl,WatchEventFluentImpl.LocalVolumeSourceObjectNestedImpl
public class LocalVolumeSourceFluentImpl<A extends LocalVolumeSourceFluent<A>> extends BaseFluent<A> implements LocalVolumeSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LocalVolumeSourceFluentImpl()LocalVolumeSourceFluentImpl(LocalVolumeSource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
LocalVolumeSourceFluentImpl
public LocalVolumeSourceFluentImpl() -
LocalVolumeSourceFluentImpl
-
-
Method Details
-
getFsType
- Specified by:
getFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
getPath
- Specified by:
getPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withPath
- Specified by:
withPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
equals
-