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:
DoneableHostPathVolumeSource,HostPathVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.HostPathNestedImpl,VolumeFluentImpl.HostPathNestedImpl,WatchEventFluentImpl.HostPathVolumeSourceObjectNestedImpl
public class HostPathVolumeSourceFluentImpl<A extends HostPathVolumeSourceFluent<A>> extends BaseFluent<A> implements HostPathVolumeSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HostPathVolumeSourceFluentImpl()HostPathVolumeSourceFluentImpl(HostPathVolumeSource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetPath()StringgetType()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 Details
-
HostPathVolumeSourceFluentImpl
public HostPathVolumeSourceFluentImpl() -
HostPathVolumeSourceFluentImpl
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withPath
- Specified by:
withPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPathin interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
getType
- Specified by:
getTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withType
- Specified by:
withTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
equals
-