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:
LocalVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.LocalNestedImpl,WatchEventFluentImpl.LocalVolumeSourceObjectNestedImpl
public class LocalVolumeSourceFluentImpl<A extends LocalVolumeSourceFluent<A>> extends BaseFluent<A> implements LocalVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description LocalVolumeSourceFluentImpl()LocalVolumeSourceFluentImpl(LocalVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFsType()StringgetPath()BooleanhasFsType()inthashCode()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 Detail
-
LocalVolumeSourceFluentImpl
public LocalVolumeSourceFluentImpl()
-
LocalVolumeSourceFluentImpl
public LocalVolumeSourceFluentImpl(LocalVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsTypein interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPathin interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
-