public class GlusterfsPersistentVolumeSource extends Object implements KubernetesResource
Constructor and Description |
---|
GlusterfsPersistentVolumeSource()
No args constructor for use in serialization
|
GlusterfsPersistentVolumeSource(String endpoints,
String endpointsNamespace,
String path,
Boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getEndpoints() |
String |
getEndpointsNamespace() |
String |
getPath() |
Boolean |
getReadOnly() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEndpoints(String endpoints) |
void |
setEndpointsNamespace(String endpointsNamespace) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
public GlusterfsPersistentVolumeSource()
public String getEndpoints()
public void setEndpoints(String endpoints)
public String getEndpointsNamespace()
public void setEndpointsNamespace(String endpointsNamespace)
public String getPath()
public void setPath(String path)
public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
Copyright © 2015–2020 Red Hat. All rights reserved.