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 boolean
equals(Object o)
String
getPath()
String
getType()
Boolean
hasPath()
Boolean
hasType()
A
withNewPath(String arg1)
A
withNewPath(StringBuffer arg1)
A
withNewPath(StringBuilder arg1)
A
withNewType(String arg1)
A
withNewType(StringBuffer arg1)
A
withNewType(StringBuilder arg1)
A
withPath(String path)
A
withType(String type)
-
Constructor Details
-
HostPathVolumeSourceFluentImpl
public HostPathVolumeSourceFluentImpl() -
HostPathVolumeSourceFluentImpl
-
-
Method Details
-
getPath
- Specified by:
getPath
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withPath
- Specified by:
withPath
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
hasPath
- Specified by:
hasPath
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewPath
- Specified by:
withNewPath
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
getType
- Specified by:
getType
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withType
- Specified by:
withType
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
- Specified by:
withNewType
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
- Specified by:
withNewType
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
withNewType
- Specified by:
withNewType
in interfaceHostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
equals
-