Package io.strimzi.api.kafka.model
Class RackFluentImpl<A extends RackFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.RackFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,RackFluent<A>
- Direct Known Subclasses:
KafkaClusterSpecFluentImpl.RackNestedImpl,KafkaConnectSpecFluentImpl.RackNestedImpl,RackBuilder
public class RackFluentImpl<A extends RackFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RackFluent<A>
Representation of the rack configuration.
-
-
Constructor Summary
Constructors Constructor Description RackFluentImpl()RackFluentImpl(Rack instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetTopologyKey()inthashCode()BooleanhasTopologyKey()AwithNewTopologyKey(String original)Deprecated.AwithTopologyKey(String topologyKey)
-
-
-
Constructor Detail
-
RackFluentImpl
public RackFluentImpl()
-
RackFluentImpl
public RackFluentImpl(Rack instance)
-
-
Method Detail
-
getTopologyKey
public String getTopologyKey()
- Specified by:
getTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withTopologyKey
public A withTopologyKey(String topologyKey)
- Specified by:
withTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
hasTopologyKey
public Boolean hasTopologyKey()
- Specified by:
hasTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
withNewTopologyKey
@Deprecated public A withNewTopologyKey(String original)
Deprecated.- Specified by:
withNewTopologyKeyin interfaceRackFluent<A extends RackFluent<A>>
-
-