Package io.fabric8.kubernetes.api.model
Interface GlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeFluent.GlusterfsNested<N>,WatchEventFluent.GlusterfsVolumeSourceObjectNested<N>
- All Known Implementing Classes:
GlusterfsVolumeSourceBuilder,GlusterfsVolumeSourceFluentImpl,VolumeFluentImpl.GlusterfsNestedImpl,WatchEventFluentImpl.GlusterfsVolumeSourceObjectNestedImpl
public interface GlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEndpoints()StringgetPath()BooleanhasEndpoints()BooleanhasPath()BooleanhasReadOnly()BooleanisReadOnly()AwithEndpoints(String endpoints)AwithNewEndpoints(String arg1)AwithNewEndpoints(StringBuffer arg1)AwithNewEndpoints(StringBuilder arg1)AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithPath(String path)AwithReadOnly(Boolean readOnly)
-
-
-
Method Detail
-
getEndpoints
String getEndpoints()
-
hasEndpoints
Boolean hasEndpoints()
-
withNewEndpoints
A withNewEndpoints(StringBuilder arg1)
-
withNewEndpoints
A withNewEndpoints(StringBuffer arg1)
-
getPath
String getPath()
-
hasPath
Boolean hasPath()
-
withNewPath
A withNewPath(StringBuilder arg1)
-
withNewPath
A withNewPath(StringBuffer arg1)
-
isReadOnly
Boolean isReadOnly()
-
hasReadOnly
Boolean hasReadOnly()
-
withNewReadOnly
A withNewReadOnly(boolean arg1)
-
-