Package io.strimzi.api.kafka.model
Class AbstractKafkaConnectSpecFluentImpl<A extends AbstractKafkaConnectSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.strimzi.api.kafka.model.SpecFluentImpl<A>
-
- io.strimzi.api.kafka.model.AbstractKafkaConnectSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,AbstractKafkaConnectSpecFluent<A>,SpecFluent<A>
- Direct Known Subclasses:
KafkaConnectSpecFluentImpl,KafkaMirrorMaker2SpecFluentImpl
public class AbstractKafkaConnectSpecFluentImpl<A extends AbstractKafkaConnectSpecFluent<A>> extends SpecFluentImpl<A> implements AbstractKafkaConnectSpecFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.AbstractKafkaConnectSpecFluent
AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<N>, AbstractKafkaConnectSpecFluent.ExternalLoggingNested<N>, AbstractKafkaConnectSpecFluent.InlineLoggingNested<N>, AbstractKafkaConnectSpecFluent.JaegerTracingNested<N>, AbstractKafkaConnectSpecFluent.JmxOptionsNested<N>, AbstractKafkaConnectSpecFluent.JmxPrometheusExporterMetricsConfigNested<N>, AbstractKafkaConnectSpecFluent.JvmOptionsNested<N>, AbstractKafkaConnectSpecFluent.LivenessProbeNested<N>, AbstractKafkaConnectSpecFluent.ReadinessProbeNested<N>, AbstractKafkaConnectSpecFluent.TemplateNested<N>
-
-
Constructor Summary
Constructors Constructor Description AbstractKafkaConnectSpecFluentImpl()AbstractKafkaConnectSpecFluentImpl(AbstractKafkaConnectSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
AbstractKafkaConnectSpecFluentImpl
public AbstractKafkaConnectSpecFluentImpl()
-
AbstractKafkaConnectSpecFluentImpl
public AbstractKafkaConnectSpecFluentImpl(AbstractKafkaConnectSpec instance)
-
-
Method Detail
-
getLogging
@Deprecated public Logging getLogging()
Deprecated.This method has been deprecated, please use method buildLogging instead.- Specified by:
getLoggingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildLogging
public Logging buildLogging()
- Specified by:
buildLoggingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withLogging
public A withLogging(Logging logging)
- Specified by:
withLoggingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasLogging
public Boolean hasLogging()
- Specified by:
hasLoggingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withExternalLogging
public A withExternalLogging(ExternalLogging externalLogging)
- Specified by:
withExternalLoggingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewExternalLogging
public AbstractKafkaConnectSpecFluent.ExternalLoggingNested<A> withNewExternalLogging()
- Specified by:
withNewExternalLoggingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewExternalLoggingLike
public AbstractKafkaConnectSpecFluent.ExternalLoggingNested<A> withNewExternalLoggingLike(ExternalLogging item)
- Specified by:
withNewExternalLoggingLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withInlineLogging
public A withInlineLogging(InlineLogging inlineLogging)
- Specified by:
withInlineLoggingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewInlineLogging
public AbstractKafkaConnectSpecFluent.InlineLoggingNested<A> withNewInlineLogging()
- Specified by:
withNewInlineLoggingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewInlineLoggingLike
public AbstractKafkaConnectSpecFluent.InlineLoggingNested<A> withNewInlineLoggingLike(InlineLogging item)
- Specified by:
withNewInlineLoggingLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getReplicas
public Integer getReplicas()
- Specified by:
getReplicasin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withReplicas
public A withReplicas(Integer replicas)
- Specified by:
withReplicasin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasReplicas
public Boolean hasReplicas()
- Specified by:
hasReplicasin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withVersion
public A withVersion(String version)
- Specified by:
withVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasVersion
public Boolean hasVersion()
- Specified by:
hasVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(StringBuilder arg1)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(int[] arg1, int arg2, int arg3)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(char[] arg1)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(StringBuffer arg1)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(byte[] arg1, int arg2)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(byte[] arg1)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(char[] arg1, int arg2, int arg3)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewVersion
public A withNewVersion(String arg1)
- Specified by:
withNewVersionin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getImage
public String getImage()
- Specified by:
getImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withImage
public A withImage(String image)
- Specified by:
withImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasImage
public Boolean hasImage()
- Specified by:
hasImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(StringBuilder arg1)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(int[] arg1, int arg2, int arg3)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(char[] arg1)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(StringBuffer arg1)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(byte[] arg1, int arg2)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(byte[] arg1)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(char[] arg1, int arg2, int arg3)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(byte[] arg1, int arg2, int arg3)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(byte[] arg1, int arg2, int arg3, int arg4)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewImage
public A withNewImage(String arg1)
- Specified by:
withNewImagein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()
- Specified by:
getResourcesin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withResources
public A withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources)
- Specified by:
withResourcesin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasResources
public Boolean hasResources()
- Specified by:
hasResourcesin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getLivenessProbe
@Deprecated public Probe getLivenessProbe()
Deprecated.This method has been deprecated, please use method buildLivenessProbe instead.- Specified by:
getLivenessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildLivenessProbe
public Probe buildLivenessProbe()
- Specified by:
buildLivenessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withLivenessProbe
public A withLivenessProbe(Probe livenessProbe)
- Specified by:
withLivenessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasLivenessProbe
public Boolean hasLivenessProbe()
- Specified by:
hasLivenessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewLivenessProbe
public A withNewLivenessProbe(int initialDelaySeconds, int timeoutSeconds)
- Specified by:
withNewLivenessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewLivenessProbe
public AbstractKafkaConnectSpecFluent.LivenessProbeNested<A> withNewLivenessProbe()
- Specified by:
withNewLivenessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewLivenessProbeLike
public AbstractKafkaConnectSpecFluent.LivenessProbeNested<A> withNewLivenessProbeLike(Probe item)
- Specified by:
withNewLivenessProbeLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editLivenessProbe
public AbstractKafkaConnectSpecFluent.LivenessProbeNested<A> editLivenessProbe()
- Specified by:
editLivenessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewLivenessProbe
public AbstractKafkaConnectSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbe()
- Specified by:
editOrNewLivenessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewLivenessProbeLike
public AbstractKafkaConnectSpecFluent.LivenessProbeNested<A> editOrNewLivenessProbeLike(Probe item)
- Specified by:
editOrNewLivenessProbeLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getReadinessProbe
@Deprecated public Probe getReadinessProbe()
Deprecated.This method has been deprecated, please use method buildReadinessProbe instead.- Specified by:
getReadinessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildReadinessProbe
public Probe buildReadinessProbe()
- Specified by:
buildReadinessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withReadinessProbe
public A withReadinessProbe(Probe readinessProbe)
- Specified by:
withReadinessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasReadinessProbe
public Boolean hasReadinessProbe()
- Specified by:
hasReadinessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewReadinessProbe
public A withNewReadinessProbe(int initialDelaySeconds, int timeoutSeconds)
- Specified by:
withNewReadinessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewReadinessProbe
public AbstractKafkaConnectSpecFluent.ReadinessProbeNested<A> withNewReadinessProbe()
- Specified by:
withNewReadinessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewReadinessProbeLike
public AbstractKafkaConnectSpecFluent.ReadinessProbeNested<A> withNewReadinessProbeLike(Probe item)
- Specified by:
withNewReadinessProbeLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editReadinessProbe
public AbstractKafkaConnectSpecFluent.ReadinessProbeNested<A> editReadinessProbe()
- Specified by:
editReadinessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewReadinessProbe
public AbstractKafkaConnectSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbe()
- Specified by:
editOrNewReadinessProbein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewReadinessProbeLike
public AbstractKafkaConnectSpecFluent.ReadinessProbeNested<A> editOrNewReadinessProbeLike(Probe item)
- Specified by:
editOrNewReadinessProbeLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getJmxOptions
@Deprecated public KafkaJmxOptions getJmxOptions()
Deprecated.This method has been deprecated, please use method buildJmxOptions instead.- Specified by:
getJmxOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildJmxOptions
public KafkaJmxOptions buildJmxOptions()
- Specified by:
buildJmxOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withJmxOptions
public A withJmxOptions(KafkaJmxOptions jmxOptions)
- Specified by:
withJmxOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasJmxOptions
public Boolean hasJmxOptions()
- Specified by:
hasJmxOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewJmxOptions
public AbstractKafkaConnectSpecFluent.JmxOptionsNested<A> withNewJmxOptions()
- Specified by:
withNewJmxOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewJmxOptionsLike
public AbstractKafkaConnectSpecFluent.JmxOptionsNested<A> withNewJmxOptionsLike(KafkaJmxOptions item)
- Specified by:
withNewJmxOptionsLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editJmxOptions
public AbstractKafkaConnectSpecFluent.JmxOptionsNested<A> editJmxOptions()
- Specified by:
editJmxOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewJmxOptions
public AbstractKafkaConnectSpecFluent.JmxOptionsNested<A> editOrNewJmxOptions()
- Specified by:
editOrNewJmxOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewJmxOptionsLike
public AbstractKafkaConnectSpecFluent.JmxOptionsNested<A> editOrNewJmxOptionsLike(KafkaJmxOptions item)
- Specified by:
editOrNewJmxOptionsLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getJvmOptions
@Deprecated public JvmOptions getJvmOptions()
Deprecated.This method has been deprecated, please use method buildJvmOptions instead.- Specified by:
getJvmOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildJvmOptions
public JvmOptions buildJvmOptions()
- Specified by:
buildJvmOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withJvmOptions
public A withJvmOptions(JvmOptions jvmOptions)
- Specified by:
withJvmOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasJvmOptions
public Boolean hasJvmOptions()
- Specified by:
hasJvmOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewJvmOptions
public AbstractKafkaConnectSpecFluent.JvmOptionsNested<A> withNewJvmOptions()
- Specified by:
withNewJvmOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewJvmOptionsLike
public AbstractKafkaConnectSpecFluent.JvmOptionsNested<A> withNewJvmOptionsLike(JvmOptions item)
- Specified by:
withNewJvmOptionsLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editJvmOptions
public AbstractKafkaConnectSpecFluent.JvmOptionsNested<A> editJvmOptions()
- Specified by:
editJvmOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewJvmOptions
public AbstractKafkaConnectSpecFluent.JvmOptionsNested<A> editOrNewJvmOptions()
- Specified by:
editOrNewJvmOptionsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewJvmOptionsLike
public AbstractKafkaConnectSpecFluent.JvmOptionsNested<A> editOrNewJvmOptionsLike(JvmOptions item)
- Specified by:
editOrNewJvmOptionsLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getMetricsConfig
@Deprecated public MetricsConfig getMetricsConfig()
Deprecated.This method has been deprecated, please use method buildMetricsConfig instead.- Specified by:
getMetricsConfigin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildMetricsConfig
public MetricsConfig buildMetricsConfig()
- Specified by:
buildMetricsConfigin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withMetricsConfig
public A withMetricsConfig(MetricsConfig metricsConfig)
- Specified by:
withMetricsConfigin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasMetricsConfig
public Boolean hasMetricsConfig()
- Specified by:
hasMetricsConfigin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withJmxPrometheusExporterMetricsConfig
public A withJmxPrometheusExporterMetricsConfig(JmxPrometheusExporterMetrics jmxPrometheusExporterMetricsConfig)
- Specified by:
withJmxPrometheusExporterMetricsConfigin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewJmxPrometheusExporterMetricsConfig
public AbstractKafkaConnectSpecFluent.JmxPrometheusExporterMetricsConfigNested<A> withNewJmxPrometheusExporterMetricsConfig()
- Specified by:
withNewJmxPrometheusExporterMetricsConfigin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewJmxPrometheusExporterMetricsConfigLike
public AbstractKafkaConnectSpecFluent.JmxPrometheusExporterMetricsConfigNested<A> withNewJmxPrometheusExporterMetricsConfigLike(JmxPrometheusExporterMetrics item)
- Specified by:
withNewJmxPrometheusExporterMetricsConfigLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
addToMetrics
public A addToMetrics(String key, Object value)
- Specified by:
addToMetricsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
addToMetrics
public A addToMetrics(Map<String,Object> map)
- Specified by:
addToMetricsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
removeFromMetrics
public A removeFromMetrics(String key)
- Specified by:
removeFromMetricsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
removeFromMetrics
public A removeFromMetrics(Map<String,Object> map)
- Specified by:
removeFromMetricsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getMetrics
public Map<String,Object> getMetrics()
- Specified by:
getMetricsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withMetrics
public <K,V> A withMetrics(Map<String,Object> metrics)
- Specified by:
withMetricsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasMetrics
public Boolean hasMetrics()
- Specified by:
hasMetricsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getTracing
@Deprecated public Tracing getTracing()
Deprecated.This method has been deprecated, please use method buildTracing instead.- Specified by:
getTracingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildTracing
public Tracing buildTracing()
- Specified by:
buildTracingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withTracing
public A withTracing(Tracing tracing)
- Specified by:
withTracingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasTracing
public Boolean hasTracing()
- Specified by:
hasTracingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withJaegerTracing
public A withJaegerTracing(JaegerTracing jaegerTracing)
- Specified by:
withJaegerTracingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewJaegerTracing
public AbstractKafkaConnectSpecFluent.JaegerTracingNested<A> withNewJaegerTracing()
- Specified by:
withNewJaegerTracingin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewJaegerTracingLike
public AbstractKafkaConnectSpecFluent.JaegerTracingNested<A> withNewJaegerTracingLike(JaegerTracing item)
- Specified by:
withNewJaegerTracingLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getAffinity
public io.fabric8.kubernetes.api.model.Affinity getAffinity()
- Specified by:
getAffinityin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withAffinity
public A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
- Specified by:
withAffinityin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasAffinity
public Boolean hasAffinity()
- Specified by:
hasAffinityin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
addToTolerations
public A addToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
- Specified by:
addToTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
setToTolerations
public A setToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
- Specified by:
setToTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
addToTolerations
public A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
- Specified by:
addToTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
addAllToTolerations
public A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
- Specified by:
addAllToTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
removeFromTolerations
public A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
- Specified by:
removeFromTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
removeAllFromTolerations
public A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
- Specified by:
removeAllFromTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getTolerations
public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
- Specified by:
getTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getToleration
public io.fabric8.kubernetes.api.model.Toleration getToleration(int index)
- Specified by:
getTolerationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getFirstToleration
public io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
- Specified by:
getFirstTolerationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getLastToleration
public io.fabric8.kubernetes.api.model.Toleration getLastToleration()
- Specified by:
getLastTolerationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getMatchingToleration
public io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
- Specified by:
getMatchingTolerationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasMatchingToleration
public Boolean hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
- Specified by:
hasMatchingTolerationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withTolerations
public A withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
- Specified by:
withTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withTolerations
public A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
- Specified by:
withTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasTolerations
public Boolean hasTolerations()
- Specified by:
hasTolerationsin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
addNewToleration
public A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
- Specified by:
addNewTolerationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getTemplate
@Deprecated public KafkaConnectTemplate getTemplate()
Deprecated.This method has been deprecated, please use method buildTemplate instead.- Specified by:
getTemplatein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildTemplate
public KafkaConnectTemplate buildTemplate()
- Specified by:
buildTemplatein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withTemplate
public A withTemplate(KafkaConnectTemplate template)
- Specified by:
withTemplatein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasTemplate
public Boolean hasTemplate()
- Specified by:
hasTemplatein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewTemplate
public AbstractKafkaConnectSpecFluent.TemplateNested<A> withNewTemplate()
- Specified by:
withNewTemplatein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewTemplateLike
public AbstractKafkaConnectSpecFluent.TemplateNested<A> withNewTemplateLike(KafkaConnectTemplate item)
- Specified by:
withNewTemplateLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editTemplate
public AbstractKafkaConnectSpecFluent.TemplateNested<A> editTemplate()
- Specified by:
editTemplatein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewTemplate
public AbstractKafkaConnectSpecFluent.TemplateNested<A> editOrNewTemplate()
- Specified by:
editOrNewTemplatein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewTemplateLike
public AbstractKafkaConnectSpecFluent.TemplateNested<A> editOrNewTemplateLike(KafkaConnectTemplate item)
- Specified by:
editOrNewTemplateLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
getExternalConfiguration
@Deprecated public ExternalConfiguration getExternalConfiguration()
Deprecated.This method has been deprecated, please use method buildExternalConfiguration instead.- Specified by:
getExternalConfigurationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>- Returns:
- The buildable object.
-
buildExternalConfiguration
public ExternalConfiguration buildExternalConfiguration()
- Specified by:
buildExternalConfigurationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withExternalConfiguration
public A withExternalConfiguration(ExternalConfiguration externalConfiguration)
- Specified by:
withExternalConfigurationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
hasExternalConfiguration
public Boolean hasExternalConfiguration()
- Specified by:
hasExternalConfigurationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewExternalConfiguration
public AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<A> withNewExternalConfiguration()
- Specified by:
withNewExternalConfigurationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
withNewExternalConfigurationLike
public AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<A> withNewExternalConfigurationLike(ExternalConfiguration item)
- Specified by:
withNewExternalConfigurationLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editExternalConfiguration
public AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<A> editExternalConfiguration()
- Specified by:
editExternalConfigurationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewExternalConfiguration
public AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<A> editOrNewExternalConfiguration()
- Specified by:
editOrNewExternalConfigurationin interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
editOrNewExternalConfigurationLike
public AbstractKafkaConnectSpecFluent.ExternalConfigurationNested<A> editOrNewExternalConfigurationLike(ExternalConfiguration item)
- Specified by:
editOrNewExternalConfigurationLikein interfaceAbstractKafkaConnectSpecFluent<A extends AbstractKafkaConnectSpecFluent<A>>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSpecFluentImpl<A extends AbstractKafkaConnectSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecFluentImpl<A extends AbstractKafkaConnectSpecFluent<A>>
-
-