Package io.strimzi.api.kafka.model
Interface RackFluent<A extends RackFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaClusterSpecFluent.RackNested<N>,KafkaConnectSpecFluent.RackNested<N>
- All Known Implementing Classes:
KafkaClusterSpecFluentImpl.RackNestedImpl,KafkaConnectSpecFluentImpl.RackNestedImpl,RackBuilder,RackFluentImpl
public interface RackFluent<A extends RackFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Representation of the rack configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetTopologyKey()BooleanhasTopologyKey()AwithNewTopologyKey(String original)Deprecated.AwithTopologyKey(String topologyKey)
-