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 GlusterfsPersistentVolumeSourceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetEndpoints()StringgetEndpointsNamespace()StringgetPath()BooleangetReadOnly()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEndpoints(String endpoints)voidsetEndpointsNamespace(String endpointsNamespace)voidsetPath(String path)voidsetReadOnly(Boolean readOnly)GlusterfsPersistentVolumeSourceBuildertoBuilder()
-
-
-
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:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GlusterfsPersistentVolumeSourceBuilder>
-
toBuilder
public GlusterfsPersistentVolumeSourceBuilder toBuilder()
-
-