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:
DoneableGlusterfsVolumeSource,GlusterfsVolumeSourceBuilder,GlusterfsVolumeSourceFluentImpl,VolumeFluentImpl.GlusterfsNestedImpl,WatchEventFluentImpl.GlusterfsVolumeSourceObjectNestedImpl
public interface GlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
getEndpoints
String getEndpoints() -
withEndpoints
-
hasEndpoints
Boolean hasEndpoints() -
withNewEndpoints
-
withNewEndpoints
-
withNewEndpoints
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-