Package io.fabric8.kubernetes.api.model
Class GlusterfsPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.GlusterfsPersistentVolumeSource
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class GlusterfsPersistentVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GlusterfsPersistentVolumeSource()No args constructor for use in serializationGlusterfsPersistentVolumeSource(String endpoints, String endpointsNamespace, String path, Boolean readOnly) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetEndpoints()StringgetEndpointsNamespace()StringgetPath()BooleangetReadOnly()voidsetAdditionalProperty(String name, Object value)voidsetEndpoints(String endpoints)voidsetEndpointsNamespace(String endpointsNamespace)voidsetPath(String path)voidsetReadOnly(Boolean readOnly)
-
Constructor Details
-
GlusterfsPersistentVolumeSource
public GlusterfsPersistentVolumeSource()No args constructor for use in serialization -
GlusterfsPersistentVolumeSource
public GlusterfsPersistentVolumeSource(String endpoints, String endpointsNamespace, String path, Boolean readOnly)- Parameters:
path-endpoints-readOnly-endpointsNamespace-
-
-
Method Details
-
getEndpoints
- Returns:
- The endpoints
-
setEndpoints
- Parameters:
endpoints- The endpoints
-
getEndpointsNamespace
- Returns:
- The endpointsNamespace
-
setEndpointsNamespace
- Parameters:
endpointsNamespace- The endpointsNamespace
-
getPath
- Returns:
- The path
-
setPath
- Parameters:
path- The path
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly- The readOnly
-
getAdditionalProperties
-
setAdditionalProperty
-