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