@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1GlusterfsPersistentVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ENDPOINTS |
static String |
SERIALIZED_NAME_ENDPOINTS_NAMESPACE |
static String |
SERIALIZED_NAME_PATH |
static String |
SERIALIZED_NAME_READ_ONLY |
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.
|
Boolean |
getReadOnly()
ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions.
|
int |
hashCode() |
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 static final String SERIALIZED_NAME_ENDPOINTS
public static final String SERIALIZED_NAME_ENDPOINTS_NAMESPACE
public static final String SERIALIZED_NAME_PATH
public static final String SERIALIZED_NAME_READ_ONLY
public V1GlusterfsPersistentVolumeSource endpoints(String endpoints)
public String getEndpoints()
public void setEndpoints(String endpoints)
public V1GlusterfsPersistentVolumeSource endpointsNamespace(String endpointsNamespace)
@Nullable 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)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
Copyright © 2019. All rights reserved.