Uses of Class
io.strimzi.api.kafka.model.kafka.KafkaClusterSpec
Packages that use KafkaClusterSpec
-
Uses of KafkaClusterSpec in io.strimzi.api.kafka.model.kafka
Methods in io.strimzi.api.kafka.model.kafka that return KafkaClusterSpecModifier and TypeMethodDescriptionKafkaClusterSpecBuilder.build()KafkaSpecFluent.buildKafka()KafkaSpec.getKafka()Methods in io.strimzi.api.kafka.model.kafka with parameters of type KafkaClusterSpecModifier and TypeMethodDescriptionKafkaSpecFluent.editOrNewKafkaLike(KafkaClusterSpec item) voidKafkaSpec.setKafka(KafkaClusterSpec kafka) KafkaSpecFluent.withKafka(KafkaClusterSpec kafka) KafkaSpecFluent.withNewKafkaLike(KafkaClusterSpec item) Constructors in io.strimzi.api.kafka.model.kafka with parameters of type KafkaClusterSpecModifierConstructorDescriptionKafkaClusterSpecBuilder(KafkaClusterSpec instance) KafkaClusterSpecBuilder(KafkaClusterSpecFluent<?> fluent, KafkaClusterSpec instance) KafkaClusterSpecFluent(KafkaClusterSpec instance)