Package io.fabric8.kubernetes.api.model
Class GlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.GlusterfsVolumeSourceFluent<A>
-
- Direct Known Subclasses:
GlusterfsVolumeSourceBuilder,VolumeFluent.GlusterfsNested
public class GlusterfsVolumeSourceFluent<A extends GlusterfsVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GlusterfsVolumeSourceFluent()GlusterfsVolumeSourceFluent(GlusterfsVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(GlusterfsVolumeSource instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetEndpoints()StringgetPath()BooleangetReadOnly()booleanhasAdditionalProperties()booleanhasEndpoints()inthashCode()booleanhasPath()booleanhasReadOnly()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithEndpoints(String endpoints)AwithPath(String path)AwithReadOnly()AwithReadOnly(Boolean readOnly)
-
-
-
Constructor Detail
-
GlusterfsVolumeSourceFluent
public GlusterfsVolumeSourceFluent()
-
GlusterfsVolumeSourceFluent
public GlusterfsVolumeSourceFluent(GlusterfsVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GlusterfsVolumeSource instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
getEndpoints
public String getEndpoints()
-
getPath
public String getPath()
-
getReadOnly
public Boolean getReadOnly()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasEndpoints
public boolean hasEndpoints()
-
hasPath
public boolean hasPath()
-
hasReadOnly
public boolean hasReadOnly()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GlusterfsVolumeSourceFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withReadOnly
public A withReadOnly()
-
-