Class UsedNodePoolStatus

java.lang.Object
io.strimzi.api.kafka.model.status.UsedNodePoolStatus
All Implemented Interfaces:
UnknownPropertyPreserving, Serializable

public class UsedNodePoolStatus extends Object implements UnknownPropertyPreserving, Serializable
Represents a single used KafkaNodePool. This class is used in the status section of the Kafka custom resource to indicate which KafkaNodePools are used by this Kafka cluster.
See Also: