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