Package io.fabric8.kubernetes.api.model
Interface GlusterfsPersistentVolumeSourceFluent<A extends GlusterfsPersistentVolumeSourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.GlusterfsNested<N>,WatchEventFluent.GlusterfsPersistentVolumeSourceObjectNested<N>
- All Known Implementing Classes:
GlusterfsPersistentVolumeSourceBuilder,GlusterfsPersistentVolumeSourceFluentImpl,PersistentVolumeSpecFluentImpl.GlusterfsNestedImpl,WatchEventFluentImpl.GlusterfsPersistentVolumeSourceObjectNestedImpl
public interface GlusterfsPersistentVolumeSourceFluent<A extends GlusterfsPersistentVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEndpoints()StringgetEndpointsNamespace()StringgetPath()BooleanhasEndpoints()BooleanhasEndpointsNamespace()BooleanhasPath()BooleanhasReadOnly()BooleanisReadOnly()AwithEndpoints(String endpoints)AwithEndpointsNamespace(String endpointsNamespace)AwithNewEndpoints(String arg1)AwithNewEndpoints(StringBuffer arg1)AwithNewEndpoints(StringBuilder arg1)AwithNewEndpointsNamespace(String arg1)AwithNewEndpointsNamespace(StringBuffer arg1)AwithNewEndpointsNamespace(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)
-
getEndpointsNamespace
String getEndpointsNamespace()
-
hasEndpointsNamespace
Boolean hasEndpointsNamespace()
-
withNewEndpointsNamespace
A withNewEndpointsNamespace(StringBuilder arg1)
-
withNewEndpointsNamespace
A withNewEndpointsNamespace(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)
-
-