Package io.fabric8.kubernetes.api.model
Class GlusterfsPersistentVolumeSource
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.GlusterfsPersistentVolumeSource
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<GlusterfsPersistentVolumeSourceBuilder>
,KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class GlusterfsPersistentVolumeSource extends Object implements io.fabric8.kubernetes.api.builder.Editable<GlusterfsPersistentVolumeSourceBuilder>, 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlusterfsPersistentVolumeSourceBuilder
edit()
Map<String,Object>
getAdditionalProperties()
String
getEndpoints()
String
getEndpointsNamespace()
String
getPath()
Boolean
getReadOnly()
void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setEndpoints(String endpoints)
void
setEndpointsNamespace(String endpointsNamespace)
void
setPath(String path)
void
setReadOnly(Boolean readOnly)
GlusterfsPersistentVolumeSourceBuilder
toBuilder()
-
-
-
Method Detail
-
getEndpoints
public String getEndpoints()
-
setEndpoints
public void setEndpoints(String endpoints)
-
getEndpointsNamespace
public String getEndpointsNamespace()
-
setEndpointsNamespace
public void setEndpointsNamespace(String endpointsNamespace)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(Boolean readOnly)
-
edit
public GlusterfsPersistentVolumeSourceBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<GlusterfsPersistentVolumeSourceBuilder>
-
toBuilder
public GlusterfsPersistentVolumeSourceBuilder toBuilder()
-
-