Class GlusterfsFluent<A extends GlusterfsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.GlusterfsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
GlusterfsBuilder,VolumesFluent.GlusterfsNested
public class GlusterfsFluent<A extends GlusterfsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GlusterfsFluent()GlusterfsFluent(Glusterfs instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEndpoints()StringgetPath()BooleangetReadOnly()booleanhasEndpoints()inthashCode()booleanhasPath()booleanhasReadOnly()StringtoString()AwithEndpoints(String endpoints)AwithPath(String path)AwithReadOnly()AwithReadOnly(Boolean readOnly)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
GlusterfsFluent
public GlusterfsFluent()
-
GlusterfsFluent
public GlusterfsFluent(Glusterfs instance)
-
-
Method Detail
-
getEndpoints
public String getEndpoints()
-
hasEndpoints
public boolean hasEndpoints()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GlusterfsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GlusterfsFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-