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 boolean
equals(Object o)
String
getFsType()
String
getPath()
Boolean
hasFsType()
int
hashCode()
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 Detail
-
LocalVolumeSourceFluentImpl
public LocalVolumeSourceFluentImpl()
-
LocalVolumeSourceFluentImpl
public LocalVolumeSourceFluentImpl(LocalVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPath
in interfaceLocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
-
-