public class V1GlusterfsPersistentVolumeSource extends Object
| Constructor and Description |
|---|
V1GlusterfsPersistentVolumeSource() |
| Modifier and Type | Method and Description |
|---|---|
V1GlusterfsPersistentVolumeSource |
endpoints(String endpoints) |
V1GlusterfsPersistentVolumeSource |
endpointsNamespace(String endpointsNamespace) |
boolean |
equals(Object o) |
String |
getEndpoints()
EndpointsName is the endpoint name that details Glusterfs topology.
|
String |
getEndpointsNamespace()
EndpointsNamespace is the namespace that contains Glusterfs endpoint.
|
String |
getPath()
Path is the Glusterfs volume path.
|
int |
hashCode() |
Boolean |
isReadOnly()
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.
|
V1GlusterfsPersistentVolumeSource |
path(String path) |
V1GlusterfsPersistentVolumeSource |
readOnly(Boolean readOnly) |
void |
setEndpoints(String endpoints) |
void |
setEndpointsNamespace(String endpointsNamespace) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
public V1GlusterfsPersistentVolumeSource endpoints(String endpoints)
public String getEndpoints()
public void setEndpoints(String endpoints)
public V1GlusterfsPersistentVolumeSource endpointsNamespace(String endpointsNamespace)
public String getEndpointsNamespace()
public void setEndpointsNamespace(String endpointsNamespace)
public V1GlusterfsPersistentVolumeSource path(String path)
public String getPath()
public void setPath(String path)
public V1GlusterfsPersistentVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
Copyright © 2019. All rights reserved.