Class QuobyteFluent<A extends QuobyteFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.QuobyteFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
QuobyteBuilder,VolumesFluent.QuobyteNested
public class QuobyteFluent<A extends QuobyteFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description QuobyteFluent()QuobyteFluent(Quobyte instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGroup()BooleangetReadOnly()StringgetRegistry()StringgetTenant()StringgetUser()StringgetVolume()booleanhasGroup()inthashCode()booleanhasReadOnly()booleanhasRegistry()booleanhasTenant()booleanhasUser()booleanhasVolume()StringtoString()AwithGroup(String group)AwithReadOnly()AwithReadOnly(Boolean readOnly)AwithRegistry(String registry)AwithTenant(String tenant)AwithUser(String user)AwithVolume(String volume)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
QuobyteFluent
public QuobyteFluent()
-
QuobyteFluent
public QuobyteFluent(Quobyte instance)
-
-
Method Detail
-
getGroup
public String getGroup()
-
hasGroup
public boolean hasGroup()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getRegistry
public String getRegistry()
-
hasRegistry
public boolean hasRegistry()
-
getTenant
public String getTenant()
-
hasTenant
public boolean hasTenant()
-
getUser
public String getUser()
-
hasUser
public boolean hasUser()
-
getVolume
public String getVolume()
-
hasVolume
public boolean hasVolume()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QuobyteFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QuobyteFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-