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:
DoneableHostPathVolumeSource,HostPathVolumeSourceBuilder,HostPathVolumeSourceFluentImpl,PersistentVolumeSpecFluentImpl.HostPathNestedImpl,VolumeFluentImpl.HostPathNestedImpl,WatchEventFluentImpl.HostPathVolumeSourceObjectNestedImpl
public interface HostPathVolumeSourceFluent<A extends HostPathVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-