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:
DoneableGlusterfsPersistentVolumeSource,GlusterfsPersistentVolumeSourceBuilder,GlusterfsPersistentVolumeSourceFluentImpl,PersistentVolumeSpecFluentImpl.GlusterfsNestedImpl,WatchEventFluentImpl.GlusterfsPersistentVolumeSourceObjectNestedImpl
public interface GlusterfsPersistentVolumeSourceFluent<A extends GlusterfsPersistentVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
getEndpoints
String getEndpoints() -
withEndpoints
-
hasEndpoints
Boolean hasEndpoints() -
withNewEndpoints
-
withNewEndpoints
-
withNewEndpoints
-
getEndpointsNamespace
String getEndpointsNamespace() -
withEndpointsNamespace
-
hasEndpointsNamespace
Boolean hasEndpointsNamespace() -
withNewEndpointsNamespace
-
withNewEndpointsNamespace
-
withNewEndpointsNamespace
-
getPath
String getPath() -
withPath
-
hasPath
Boolean hasPath() -
withNewPath
-
withNewPath
-
withNewPath
-
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-