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 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)
-
-
-
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)
-
-