Package io.strimzi.api.kafka.model
Interface KafkaExporterSpecFluent<A extends KafkaExporterSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
KafkaSpecFluent.KafkaExporterNested<N>
- All Known Implementing Classes:
KafkaExporterSpecBuilder,KafkaExporterSpecFluentImpl,KafkaSpecFluentImpl.KafkaExporterNestedImpl
public interface KafkaExporterSpecFluent<A extends KafkaExporterSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKafkaExporterSpecFluent.LivenessProbeNested<N>static interfaceKafkaExporterSpecFluent.ReadinessProbeNested<N>static interfaceKafkaExporterSpecFluent.TemplateNested<N>
-
Method Summary
-
-
-
Method Detail
-
getImage
String getImage()
-
hasImage
Boolean hasImage()
-
withNewImage
A withNewImage(StringBuilder arg1)
-
withNewImage
A withNewImage(int[] arg1, int arg2, int arg3)
-
withNewImage
A withNewImage(char[] arg1)
-
withNewImage
A withNewImage(StringBuffer arg1)
-
withNewImage
A withNewImage(byte[] arg1, int arg2)
-
withNewImage
A withNewImage(byte[] arg1)
-
withNewImage
A withNewImage(char[] arg1, int arg2, int arg3)
-
withNewImage
A withNewImage(byte[] arg1, int arg2, int arg3)
-
withNewImage
A withNewImage(byte[] arg1, int arg2, int arg3, int arg4)
-
getGroupRegex
String getGroupRegex()
-
hasGroupRegex
Boolean hasGroupRegex()
-
withNewGroupRegex
A withNewGroupRegex(StringBuilder arg1)
-
withNewGroupRegex
A withNewGroupRegex(int[] arg1, int arg2, int arg3)
-
withNewGroupRegex
A withNewGroupRegex(char[] arg1)
-
withNewGroupRegex
A withNewGroupRegex(StringBuffer arg1)
-
withNewGroupRegex
A withNewGroupRegex(byte[] arg1, int arg2)
-
withNewGroupRegex
A withNewGroupRegex(byte[] arg1)
-
withNewGroupRegex
A withNewGroupRegex(char[] arg1, int arg2, int arg3)
-
withNewGroupRegex
A withNewGroupRegex(byte[] arg1, int arg2, int arg3)
-
withNewGroupRegex
A withNewGroupRegex(byte[] arg1, int arg2, int arg3, int arg4)
-
getTopicRegex
String getTopicRegex()
-
hasTopicRegex
Boolean hasTopicRegex()
-
withNewTopicRegex
A withNewTopicRegex(StringBuilder arg1)
-
withNewTopicRegex
A withNewTopicRegex(int[] arg1, int arg2, int arg3)
-
withNewTopicRegex
A withNewTopicRegex(char[] arg1)
-
withNewTopicRegex
A withNewTopicRegex(StringBuffer arg1)
-
withNewTopicRegex
A withNewTopicRegex(byte[] arg1, int arg2)
-
withNewTopicRegex
A withNewTopicRegex(byte[] arg1)
-
withNewTopicRegex
A withNewTopicRegex(char[] arg1, int arg2, int arg3)
-
withNewTopicRegex
A withNewTopicRegex(byte[] arg1, int arg2, int arg3)
-
withNewTopicRegex
A withNewTopicRegex(byte[] arg1, int arg2, int arg3, int arg4)
-
getResources
io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
-
withResources
A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
-
hasResources
Boolean hasResources()
-
getLivenessProbe
@Deprecated Probe getLivenessProbe()
Deprecated.This method has been deprecated, please use method buildLivenessProbe instead.- Returns:
- The buildable object.
-
buildLivenessProbe
Probe buildLivenessProbe()
-
hasLivenessProbe
Boolean hasLivenessProbe()
-
withNewLivenessProbe
A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
-
withNewLivenessProbe
KafkaExporterSpecFluent.LivenessProbeNested<A> withNewLivenessProbe()
-
withNewLivenessProbeLike
KafkaExporterSpecFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
-
editLivenessProbe
KafkaExporterSpecFluent.LivenessProbeNested<A> editLivenessProbe()
-
editOrNewLivenessProbe
KafkaExporterSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
-
editOrNewLivenessProbeLike
KafkaExporterSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
-
getReadinessProbe
@Deprecated Probe getReadinessProbe()
Deprecated.This method has been deprecated, please use method buildReadinessProbe instead.- Returns:
- The buildable object.
-
buildReadinessProbe
Probe buildReadinessProbe()
-
hasReadinessProbe
Boolean hasReadinessProbe()
-
withNewReadinessProbe
A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
-
withNewReadinessProbe
KafkaExporterSpecFluent.ReadinessProbeNested<A> withNewReadinessProbe()
-
withNewReadinessProbeLike
KafkaExporterSpecFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
-
editReadinessProbe
KafkaExporterSpecFluent.ReadinessProbeNested<A> editReadinessProbe()
-
editOrNewReadinessProbe
KafkaExporterSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
-
editOrNewReadinessProbeLike
KafkaExporterSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
-
getLogging
String getLogging()
-
hasLogging
Boolean hasLogging()
-
withNewLogging
A withNewLogging(StringBuilder arg1)
-
withNewLogging
A withNewLogging(int[] arg1, int arg2, int arg3)
-
withNewLogging
A withNewLogging(char[] arg1)
-
withNewLogging
A withNewLogging(StringBuffer arg1)
-
withNewLogging
A withNewLogging(byte[] arg1, int arg2)
-
withNewLogging
A withNewLogging(byte[] arg1)
-
withNewLogging
A withNewLogging(char[] arg1, int arg2, int arg3)
-
withNewLogging
A withNewLogging(byte[] arg1, int arg2, int arg3)
-
withNewLogging
A withNewLogging(byte[] arg1, int arg2, int arg3, int arg4)
-
isEnableSaramaLogging
boolean isEnableSaramaLogging()
-
withEnableSaramaLogging
A withEnableSaramaLogging(boolean enableSaramaLogging)
-
hasEnableSaramaLogging
Boolean hasEnableSaramaLogging()
-
getTemplate
@Deprecated KafkaExporterTemplate getTemplate()
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Returns:
- The buildable object.
-
buildTemplate
KafkaExporterTemplate buildTemplate()
-
withTemplate
A withTemplate(KafkaExporterTemplate template)
-
hasTemplate
Boolean hasTemplate()
-
withNewTemplate
KafkaExporterSpecFluent.TemplateNested<A> withNewTemplate()
-
withNewTemplateLike
KafkaExporterSpecFluent.TemplateNested<A> withNewTemplateLike(KafkaExporterTemplate item)
-
editTemplate
KafkaExporterSpecFluent.TemplateNested<A> editTemplate()
-
editOrNewTemplate
KafkaExporterSpecFluent.TemplateNested<A> editOrNewTemplate()
-
editOrNewTemplateLike
KafkaExporterSpecFluent.TemplateNested<A> editOrNewTemplateLike(KafkaExporterTemplate item)
-
-