public class V1GlusterfsVolumeSource extends Object
Constructor and Description |
---|
V1GlusterfsVolumeSource() |
Modifier and Type | Method and Description |
---|---|
V1GlusterfsVolumeSource |
endpoints(String endpoints) |
boolean |
equals(Object o) |
String |
getEndpoints()
EndpointsName is the endpoint name that details Glusterfs topology.
|
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.
|
V1GlusterfsVolumeSource |
path(String path) |
V1GlusterfsVolumeSource |
readOnly(Boolean readOnly) |
void |
setEndpoints(String endpoints) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
public V1GlusterfsVolumeSource endpoints(String endpoints)
public String getEndpoints()
public void setEndpoints(String endpoints)
public V1GlusterfsVolumeSource path(String path)
public String getPath()
public void setPath(String path)
public V1GlusterfsVolumeSource readOnly(Boolean readOnly)
public Boolean isReadOnly()
public void setReadOnly(Boolean readOnly)
Copyright © 2018. All rights reserved.