Uses of Class
io.strimzi.api.kafka.model.template.KafkaExporterTemplate
Packages that use KafkaExporterTemplate
-
Uses of KafkaExporterTemplate in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return KafkaExporterTemplateModifier and TypeMethodDescriptionKafkaExporterSpecFluent.buildTemplate()KafkaExporterSpec.getTemplate()Methods in io.strimzi.api.kafka.model with parameters of type KafkaExporterTemplateModifier and TypeMethodDescriptionKafkaExporterSpecFluent.editOrNewTemplateLike(KafkaExporterTemplate item) voidKafkaExporterSpec.setTemplate(KafkaExporterTemplate template) KafkaExporterSpecFluent.withNewTemplateLike(KafkaExporterTemplate item) KafkaExporterSpecFluent.withTemplate(KafkaExporterTemplate template) -
Uses of KafkaExporterTemplate in io.strimzi.api.kafka.model.template
Methods in io.strimzi.api.kafka.model.template that return KafkaExporterTemplateConstructors in io.strimzi.api.kafka.model.template with parameters of type KafkaExporterTemplateModifierConstructorDescriptionKafkaExporterTemplateBuilder(KafkaExporterTemplateFluent<?> fluent, KafkaExporterTemplate instance) KafkaExporterTemplateBuilder(KafkaExporterTemplateFluent<?> fluent, KafkaExporterTemplate instance, Boolean validationEnabled) KafkaExporterTemplateBuilder(KafkaExporterTemplate instance, Boolean validationEnabled)