Package io.strimzi.api.kafka.model
Interface CruiseControlSpecFluent.BrokerCapacityNested<N>
-
- All Superinterfaces:
BrokerCapacityFluent<CruiseControlSpecFluent.BrokerCapacityNested<N>>,io.fabric8.kubernetes.api.builder.Fluent<CruiseControlSpecFluent.BrokerCapacityNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
CruiseControlSpecFluentImpl.BrokerCapacityNestedImpl
- Enclosing interface:
- CruiseControlSpecFluent<A extends CruiseControlSpecFluent<A>>
public static interface CruiseControlSpecFluent.BrokerCapacityNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, BrokerCapacityFluent<CruiseControlSpecFluent.BrokerCapacityNested<N>>
Representation of the Cruise Control broker capacity settings. Since the Kafka brokers in Strimzi are homogeneous, the capacity values for each resource will be used for every broker.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendBrokerCapacity()-
Methods inherited from interface io.strimzi.api.kafka.model.balancing.BrokerCapacityFluent
getCpuUtilization, getDisk, getInboundNetwork, getOutboundNetwork, hasCpuUtilization, hasDisk, hasInboundNetwork, hasOutboundNetwork, withCpuUtilization, withDisk, withInboundNetwork, withNewDisk, withNewInboundNetwork, withNewOutboundNetwork, withOutboundNetwork
-
-