@Generated(value="org.jsonschema2pojo") public class GlusterfsVolumeSource extends Object
| Constructor and Description |
|---|
GlusterfsVolumeSource()
No args constructor for use in serialization
|
GlusterfsVolumeSource(String endpoints,
String path,
Boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpoints()
gluster hosts endpoints name; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod
|
String |
getPath()
path to gluster volume; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod
|
Boolean |
getReadOnly()
glusterfs volume to be mounted with read-only permissions; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setEndpoints(String endpoints)
gluster hosts endpoints name; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod
|
void |
setPath(String path)
path to gluster volume; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod
|
void |
setReadOnly(Boolean readOnly)
glusterfs volume to be mounted with read-only permissions; see http://releases.k8s.io/HEAD/examples/glusterfs/README.md#create-a-pod
|
public GlusterfsVolumeSource()
public String getEndpoints()
public void setEndpoints(String endpoints)
endpoints - The endpointspublic String getPath()
public void setPath(String path)
path - The pathpublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly - The readOnlyCopyright © 2011–2015 Red Hat. All rights reserved.