Package io.fabric8.kubernetes.api.model
Class HostPathVolumeSourceFluentImpl<A extends HostPathVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.HostPathVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,HostPathVolumeSourceFluent<A>
- Direct Known Subclasses:
HostPathVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.HostPathNestedImpl,VolumeFluentImpl.HostPathNestedImpl,WatchEventFluentImpl.HostPathVolumeSourceObjectNestedImpl
public class HostPathVolumeSourceFluentImpl<A extends HostPathVolumeSourceFluent<A>> extends BaseFluent<A> implements HostPathVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description HostPathVolumeSourceFluentImpl()HostPathVolumeSourceFluentImpl(HostPathVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPath()StringgetType()inthashCode()BooleanhasPath()BooleanhasType()AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithPath(String path)AwithType(String type)
-
-
-
Constructor Detail
-
HostPathVolumeSourceFluentImpl
public HostPathVolumeSourceFluentImpl()
-
HostPathVolumeSourceFluentImpl
public HostPathVolumeSourceFluentImpl(HostPathVolumeSource instance)
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
-