Package io.strimzi.api.kafka.model
Class KafkaConnectSpecBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.SpecFluent<A>
io.strimzi.api.kafka.model.AbstractKafkaConnectSpecFluent<A>
io.strimzi.api.kafka.model.KafkaConnectSpecFluent<KafkaConnectSpecBuilder>
io.strimzi.api.kafka.model.KafkaConnectSpecBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KafkaConnectSpec>,io.fabric8.kubernetes.api.builder.Visitable<KafkaConnectSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaConnectSpec,KafkaConnectSpecBuilder>
public class KafkaConnectSpecBuilder
extends KafkaConnectSpecFluent<KafkaConnectSpecBuilder>
implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KafkaConnectSpec,KafkaConnectSpecBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.strimzi.api.kafka.model.KafkaConnectSpecFluent
KafkaConnectSpecFluent.BuildNested<N>, KafkaConnectSpecFluent.KafkaClientAuthenticationOAuthNested<N>, KafkaConnectSpecFluent.KafkaClientAuthenticationPlainNested<N>, KafkaConnectSpecFluent.KafkaClientAuthenticationScramSha256Nested<N>, KafkaConnectSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>, KafkaConnectSpecFluent.KafkaClientAuthenticationTlsNested<N>, KafkaConnectSpecFluent.TlsNested<N>Nested classes/interfaces inherited from class 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.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
ConstructorsConstructorDescriptionKafkaConnectSpecBuilder(KafkaConnectSpec instance) KafkaConnectSpecBuilder(KafkaConnectSpecFluent<?> fluent) KafkaConnectSpecBuilder(KafkaConnectSpecFluent<?> fluent, KafkaConnectSpec instance) KafkaConnectSpecBuilder(KafkaConnectSpecFluent<?> fluent, KafkaConnectSpec instance, Boolean validationEnabled) KafkaConnectSpecBuilder(KafkaConnectSpecFluent<?> fluent, Boolean validationEnabled) KafkaConnectSpecBuilder(KafkaConnectSpec instance, Boolean validationEnabled) KafkaConnectSpecBuilder(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.strimzi.api.kafka.model.KafkaConnectSpecFluent
addToConfig, addToConfig, buildAuthentication, buildBuild, buildTls, editBuild, editOrNewBuild, editOrNewBuildLike, editOrNewTls, editOrNewTlsLike, editTls, equals, getBootstrapServers, getConfig, hasAuthentication, hasBootstrapServers, hasBuild, hasConfig, hashCode, hasTls, removeFromConfig, removeFromConfig, toString, withAuthentication, withBootstrapServers, withBuild, withConfig, withNewBuild, withNewBuildLike, withNewKafkaClientAuthenticationOAuth, withNewKafkaClientAuthenticationOAuthLike, withNewKafkaClientAuthenticationPlain, withNewKafkaClientAuthenticationPlainLike, withNewKafkaClientAuthenticationScramSha256, withNewKafkaClientAuthenticationScramSha256Like, withNewKafkaClientAuthenticationScramSha512, withNewKafkaClientAuthenticationScramSha512Like, withNewKafkaClientAuthenticationTls, withNewKafkaClientAuthenticationTlsLike, withNewTls, withNewTlsLike, withTlsMethods inherited from class io.strimzi.api.kafka.model.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, getVisitableMapMethods inherited from interface io.fabric8.kubernetes.api.builder.Visitable
accept, accept, accept, accept, getTarget, getVisitableMap
-
Constructor Details
-
KafkaConnectSpecBuilder
public KafkaConnectSpecBuilder() -
KafkaConnectSpecBuilder
-
KafkaConnectSpecBuilder
-
KafkaConnectSpecBuilder
-
KafkaConnectSpecBuilder
-
KafkaConnectSpecBuilder
public KafkaConnectSpecBuilder(KafkaConnectSpecFluent<?> fluent, KafkaConnectSpec instance, Boolean validationEnabled) -
KafkaConnectSpecBuilder
-
KafkaConnectSpecBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KafkaConnectSpec>
-