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 boolean
equals(Object o)
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)
-
Constructor Details
-
LocalVolumeSourceFluentImpl
public LocalVolumeSourceFluentImpl() -
LocalVolumeSourceFluentImpl
-
-
Method Details
-
getFsType
- Specified by:
getFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
getPath
- Specified by:
getPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withPath
- Specified by:
withPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
hasPath
- Specified by:
hasPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
equals
-