Uses of Class
io.strimzi.api.kafka.model.template.CruiseControlTemplate
-
Packages that use CruiseControlTemplate Package Description io.strimzi.api.kafka.model io.strimzi.api.kafka.model.template -
-
Uses of CruiseControlTemplate in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return CruiseControlTemplate Modifier and Type Method Description CruiseControlTemplateCruiseControlSpecFluent. buildTemplate()CruiseControlTemplateCruiseControlSpecFluentImpl. buildTemplate()CruiseControlTemplateCruiseControlSpec. getTemplate()CruiseControlTemplateCruiseControlSpecFluent. getTemplate()Deprecated.CruiseControlTemplateCruiseControlSpecFluentImpl. getTemplate()Deprecated.Methods in io.strimzi.api.kafka.model with parameters of type CruiseControlTemplate Modifier and Type Method Description CruiseControlSpecFluent.TemplateNested<A>CruiseControlSpecFluent. editOrNewTemplateLike(CruiseControlTemplate item)CruiseControlSpecFluent.TemplateNested<A>CruiseControlSpecFluentImpl. editOrNewTemplateLike(CruiseControlTemplate item)voidCruiseControlSpec. setTemplate(CruiseControlTemplate template)CruiseControlSpecFluent.TemplateNested<A>CruiseControlSpecFluent. withNewTemplateLike(CruiseControlTemplate item)CruiseControlSpecFluent.TemplateNested<A>CruiseControlSpecFluentImpl. withNewTemplateLike(CruiseControlTemplate item)ACruiseControlSpecFluent. withTemplate(CruiseControlTemplate template)ACruiseControlSpecFluentImpl. withTemplate(CruiseControlTemplate template) -
Uses of CruiseControlTemplate in io.strimzi.api.kafka.model.template
Methods in io.strimzi.api.kafka.model.template that return CruiseControlTemplate Modifier and Type Method Description CruiseControlTemplateCruiseControlTemplateBuilder. build()Constructors in io.strimzi.api.kafka.model.template with parameters of type CruiseControlTemplate Constructor Description CruiseControlTemplateBuilder(CruiseControlTemplate instance)CruiseControlTemplateBuilder(CruiseControlTemplateFluent<?> fluent, CruiseControlTemplate instance)CruiseControlTemplateBuilder(CruiseControlTemplateFluent<?> fluent, CruiseControlTemplate instance, Boolean validationEnabled)CruiseControlTemplateBuilder(CruiseControlTemplate instance, Boolean validationEnabled)CruiseControlTemplateFluentImpl(CruiseControlTemplate instance)
-