Class KafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.SpecFluent<A>
io.strimzi.api.kafka.model.connect.AbstractKafkaConnectSpecFluent<A>
io.strimzi.api.kafka.model.connect.KafkaConnectSpecFluent<A>
- Direct Known Subclasses:
KafkaConnectFluent.SpecNested,KafkaConnectSpecBuilder
public class KafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>>
extends AbstractKafkaConnectSpecFluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclassclassclassNested classes/interfaces inherited from class io.strimzi.api.kafka.model.connect.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.OpenTelemetryTracingNested<N>, AbstractKafkaConnectSpecFluent.RackNested<N>, AbstractKafkaConnectSpecFluent.ReadinessProbeNested<N>, AbstractKafkaConnectSpecFluent.TemplateNested<N> -
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToConfig(String key, Object value) addToConfig(Map<String, Object> map) buildTls()editOrNewBuildLike(Build item) editOrNewTlsLike(ClientTls item) editTls()booleanbooleanbooleanbooleanhasBuild()booleaninthashCode()booleanhasTls()removeFromConfig(String key) removeFromConfig(Map<String, Object> map) toString()withAuthentication(KafkaClientAuthentication authentication) withBootstrapServers(String bootstrapServers) <K,V> A withConfig(Map<String, Object> config) withNewBuildLike(Build item) withNewTlsLike(ClientTls item) Methods inherited from class io.strimzi.api.kafka.model.connect.AbstractKafkaConnectSpecFluent
buildExternalConfiguration, buildJmxOptions, buildJvmOptions, buildLivenessProbe, buildLogging, buildMetricsConfig, buildRack, buildReadinessProbe, buildTemplate, buildTracing, editExternalConfiguration, editJmxOptions, editJvmOptions, editLivenessProbe, editOrNewExternalConfiguration, editOrNewExternalConfigurationLike, editOrNewJmxOptions, editOrNewJmxOptionsLike, editOrNewJvmOptions, editOrNewJvmOptionsLike, editOrNewLivenessProbe, editOrNewLivenessProbeLike, editOrNewRack, editOrNewRackLike, editOrNewReadinessProbe, editOrNewReadinessProbeLike, editOrNewTemplate, editOrNewTemplateLike, editRack, editReadinessProbe, editTemplate, getClientRackInitImage, getImage, getReplicas, getResources, getVersion, hasClientRackInitImage, hasExternalConfiguration, hasImage, hasJmxOptions, hasJvmOptions, hasLivenessProbe, hasLogging, hasMetricsConfig, hasRack, hasReadinessProbe, hasReplicas, hasResources, hasTemplate, hasTracing, hasVersion, withClientRackInitImage, withExternalConfiguration, withImage, withJmxOptions, withJvmOptions, withLivenessProbe, withLogging, withMetricsConfig, withNewExternalConfiguration, withNewExternalConfigurationLike, withNewExternalLogging, withNewExternalLoggingLike, withNewInlineLogging, withNewInlineLoggingLike, withNewJaegerTracing, withNewJaegerTracingLike, withNewJmxOptions, withNewJmxOptionsLike, withNewJmxPrometheusExporterMetricsConfig, withNewJmxPrometheusExporterMetricsConfigLike, withNewJvmOptions, withNewJvmOptionsLike, withNewLivenessProbe, withNewLivenessProbe, withNewLivenessProbeLike, withNewOpenTelemetryTracing, withNewOpenTelemetryTracingLike, withNewRack, withNewRack, withNewRackLike, withNewReadinessProbe, withNewReadinessProbe, withNewReadinessProbeLike, withNewTemplate, withNewTemplateLike, withRack, withReadinessProbe, withReplicas, withResources, withTemplate, withTracing, withVersionMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
KafkaConnectSpecFluent
public KafkaConnectSpecFluent() -
KafkaConnectSpecFluent
-
-
Method Details
-
addToConfig
-
addToConfig
-
removeFromConfig
-
removeFromConfig
-
getConfig
-
withConfig
-
hasConfig
public boolean hasConfig() -
getBootstrapServers
-
withBootstrapServers
-
hasBootstrapServers
public boolean hasBootstrapServers() -
buildTls
-
withTls
-
hasTls
public boolean hasTls() -
withNewTls
-
withNewTlsLike
-
editTls
-
editOrNewTls
-
editOrNewTlsLike
-
buildAuthentication
-
withAuthentication
-
hasAuthentication
public boolean hasAuthentication() -
withNewKafkaClientAuthenticationScramSha512
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationScramSha512Nested<A> withNewKafkaClientAuthenticationScramSha512() -
withNewKafkaClientAuthenticationScramSha512Like
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationScramSha512Nested<A> withNewKafkaClientAuthenticationScramSha512Like(KafkaClientAuthenticationScramSha512 item) -
withNewKafkaClientAuthenticationTls
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationTlsNested<A> withNewKafkaClientAuthenticationTls() -
withNewKafkaClientAuthenticationTlsLike
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationTlsNested<A> withNewKafkaClientAuthenticationTlsLike(KafkaClientAuthenticationTls item) -
withNewKafkaClientAuthenticationOAuth
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationOAuthNested<A> withNewKafkaClientAuthenticationOAuth() -
withNewKafkaClientAuthenticationOAuthLike
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationOAuthNested<A> withNewKafkaClientAuthenticationOAuthLike(KafkaClientAuthenticationOAuth item) -
withNewKafkaClientAuthenticationScramSha256
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationScramSha256Nested<A> withNewKafkaClientAuthenticationScramSha256() -
withNewKafkaClientAuthenticationScramSha256Like
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationScramSha256Nested<A> withNewKafkaClientAuthenticationScramSha256Like(KafkaClientAuthenticationScramSha256 item) -
withNewKafkaClientAuthenticationPlain
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationPlainNested<A> withNewKafkaClientAuthenticationPlain() -
withNewKafkaClientAuthenticationPlainLike
public KafkaConnectSpecFluent<A>.KafkaClientAuthenticationPlainNested<A> withNewKafkaClientAuthenticationPlainLike(KafkaClientAuthenticationPlain item) -
buildBuild
-
withBuild
-
hasBuild
public boolean hasBuild() -
withNewBuild
-
withNewBuildLike
-
editBuild
-
editOrNewBuild
-
editOrNewBuildLike
-
equals
- Overrides:
equalsin classAbstractKafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractKafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>>
-
toString
- Overrides:
toStringin classAbstractKafkaConnectSpecFluent<A extends KafkaConnectSpecFluent<A>>
-