Package io.fabric8.kubernetes.api.model
Interface HostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.HostPathNested<N>
,VolumeFluent.HostPathNested<N>
,WatchEventFluent.HostPathVolumeSourceObjectNested<N>
- All Known Implementing Classes:
HostPathVolumeSourceBuilder
,HostPathVolumeSourceFluentImpl
,PersistentVolumeSpecFluentImpl.HostPathNestedImpl
,VolumeFluentImpl.HostPathNestedImpl
,WatchEventFluentImpl.HostPathVolumeSourceObjectNestedImpl
public interface HostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
getPath
String getPath()
-
hasPath
Boolean hasPath()
-
withNewPath
A withNewPath(StringBuilder arg1)
-
withNewPath
A withNewPath(StringBuffer arg1)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-