From fa020f42f3dcdc157760097bab23c2bca5bed8be Mon Sep 17 00:00:00 2001 From: bakdata-bot Date: Thu, 12 Oct 2023 12:58:28 +0000 Subject: [PATCH] Deployed 6ca0081 to 2.0 with MkDocs 1.4.2 and mike 1.1.2 --- 2.0/schema/config.json | 2 +- 2.0/schema/pipeline.json | 44 +++++++++++++-------------- 2.0/sitemap.xml | 62 +++++++++++++++++++-------------------- 2.0/sitemap.xml.gz | Bin 557 -> 557 bytes 4 files changed, 54 insertions(+), 54 deletions(-) diff --git a/2.0/schema/config.json b/2.0/schema/config.json index b77b4e850..a2f18eb6b 100644 --- a/2.0/schema/config.json +++ b/2.0/schema/config.json @@ -2,7 +2,7 @@ "$ref": "#/definitions/PipelineConfig", "definitions": { "HelmConfig": { - "description": "Global Helm configuration", + "description": "Global Helm configuration.", "properties": { "api_version": { "description": "Kubernetes API version used for Capabilities.APIVersions", diff --git a/2.0/schema/pipeline.json b/2.0/schema/pipeline.json index 9695ec9a2..7e77b0ddd 100644 --- a/2.0/schema/pipeline.json +++ b/2.0/schema/pipeline.json @@ -2,7 +2,7 @@ "definitions": { "FromSection": { "additionalProperties": false, - "description": "Holds multiple input topics", + "description": "Holds multiple input topics.", "properties": { "components": { "additionalProperties": { @@ -28,7 +28,7 @@ }, "FromTopic": { "additionalProperties": false, - "description": "Input topic", + "description": "Input topic.", "properties": { "role": { "description": "Custom identifier belonging to a topic; define only if `type` is `pattern` or `None`", @@ -48,7 +48,7 @@ "type": "object" }, "HelmRepoConfig": { - "description": "Helm repository configuration", + "description": "Helm repository configuration.", "properties": { "repo_auth_flags": { "allOf": [ @@ -85,7 +85,7 @@ "type": "object" }, "InputTopicTypes": { - "description": "Input topic types\n\nINPUT (input topic), PATTERN (extra-topic-pattern or input-topic-pattern)", + "description": "Input topic types.\n\nINPUT (input topic), PATTERN (extra-topic-pattern or input-topic-pattern)", "enum": [ "input", "pattern" @@ -97,7 +97,7 @@ "additionalProperties": { "type": "string" }, - "description": "Settings specific to Kafka Connectors", + "description": "Settings specific to Kafka Connectors.", "properties": { "connector.class": { "title": "Connector.Class", @@ -111,7 +111,7 @@ "type": "object" }, "KafkaSinkConnector": { - "description": "Kafka sink connector model", + "description": "Kafka sink connector model.", "properties": { "app": { "allOf": [ @@ -183,7 +183,7 @@ }, "type": { "default": "kafka-sink-connector", - "description": "Kafka sink connector model", + "description": "Kafka sink connector model.", "enum": [ "kafka-sink-connector" ], @@ -206,7 +206,7 @@ "type": "object" }, "KafkaSourceConnector": { - "description": "Kafka source connector model", + "description": "Kafka source connector model.", "properties": { "app": { "allOf": [ @@ -283,7 +283,7 @@ }, "type": { "default": "kafka-source-connector", - "description": "Kafka source connector model", + "description": "Kafka source connector model.", "enum": [ "kafka-source-connector" ], @@ -384,13 +384,13 @@ "type": "object" }, "KubernetesAppConfig": { - "description": "Settings specific to Kubernetes Apps", + "description": "Settings specific to Kubernetes Apps.", "properties": {}, "title": "KubernetesAppConfig", "type": "object" }, "OutputTopicTypes": { - "description": "Types of output topic\n\nOUTPUT (output topic), ERROR (error topic)", + "description": "Types of output topic.\n\nOUTPUT (output topic), ERROR (error topic)", "enum": [ "output", "error" @@ -399,7 +399,7 @@ "type": "string" }, "ProducerApp": { - "description": "Producer component\nThis producer holds configuration to use as values for the streams bootstrap producer helm chart. Note that the producer does not support error topics.", + "description": "Producer component.\nThis producer holds configuration to use as values for the streams bootstrap producer helm chart. Note that the producer does not support error topics.", "properties": { "app": { "allOf": [ @@ -462,7 +462,7 @@ }, "type": { "default": "producer-app", - "description": "Producer component\nThis producer holds configuration to use as values for the streams bootstrap producer helm chart. Note that the producer does not support error topics.", + "description": "Producer component.\nThis producer holds configuration to use as values for the streams bootstrap producer helm chart. Note that the producer does not support error topics.", "enum": [ "producer-app" ], @@ -485,7 +485,7 @@ "type": "object" }, "ProducerStreamsConfig": { - "description": "Kafka Streams settings specific to Producer", + "description": "Kafka Streams settings specific to Producer.", "properties": { "brokers": { "description": "Brokers", @@ -519,7 +519,7 @@ "type": "object" }, "ProducerValues": { - "description": "Settings specific to producers", + "description": "Settings specific to producers.", "properties": { "nameOverride": { "description": "Override name with this value", @@ -543,7 +543,7 @@ "type": "object" }, "RepoAuthFlags": { - "description": "Authorisation-related flags for `helm repo`", + "description": "Authorisation-related flags for `helm repo`.", "properties": { "ca_file": { "description": "Path to CA bundle file to verify certificates of HTTPS-enabled servers", @@ -578,7 +578,7 @@ "type": "object" }, "StreamsApp": { - "description": "StreamsApp component that configures a streams bootstrap app", + "description": "StreamsApp component that configures a streams bootstrap app.", "properties": { "app": { "allOf": [ @@ -645,7 +645,7 @@ }, "type": { "default": "streams-app", - "description": "StreamsApp component that configures a streams bootstrap app", + "description": "StreamsApp component that configures a streams bootstrap app.", "enum": [ "streams-app" ], @@ -668,7 +668,7 @@ "type": "object" }, "StreamsAppAutoScaling": { - "description": "Kubernetes Event-driven Autoscaling config", + "description": "Kubernetes Event-driven Autoscaling config.", "properties": { "consumerGroup": { "description": "Name of the consumer group used for checking the offset on the topic and processing the related lag.", @@ -771,7 +771,7 @@ "type": "object" }, "StreamsConfig": { - "description": "Streams Bootstrap streams section", + "description": "Streams Bootstrap streams section.", "properties": { "brokers": { "description": "Brokers", @@ -854,7 +854,7 @@ "type": "object" }, "ToSection": { - "description": "Holds multiple output topics", + "description": "Holds multiple output topics.", "properties": { "models": { "additionalProperties": { @@ -880,7 +880,7 @@ }, "TopicConfig": { "additionalProperties": false, - "description": "Configure an output topic", + "description": "Configure an output topic.", "properties": { "configs": { "additionalProperties": { diff --git a/2.0/sitemap.xml b/2.0/sitemap.xml index 38ca6a222..d81f4b09b 100644 --- a/2.0/sitemap.xml +++ b/2.0/sitemap.xml @@ -2,157 +2,157 @@ https://bakdata.github.io/kpops/2.0/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/developer/auto-generation/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/developer/formatting/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/resources/architecture/components-hierarchy/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/resources/examples/defaults/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/resources/examples/pipeline/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/resources/pipeline-components/pipeline/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/resources/pipeline-defaults/defaults/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/resources/variables/cli_env_vars/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/resources/variables/config_env_vars/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/what-is-kpops/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/config/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/defaults/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kafka-app/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kafka-connector/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kafka-sink-connector/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kafka-source-connector/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kubernetes-app/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/components/overview/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/components/producer-app/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/components/streams-app/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/variables/environment_variables/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/core-concepts/variables/substitution/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/examples/atm-fraud-pipeline/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/getting-started/quick-start/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/getting-started/setup/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/getting-started/teardown/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/migration-guide/v1-v2/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/references/cli-commands/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/references/editor-integration/ - 2023-09-19 + 2023-10-12 daily https://bakdata.github.io/kpops/2.0/user/references/ci-integration/github-actions/ - 2023-09-19 + 2023-10-12 daily \ No newline at end of file diff --git a/2.0/sitemap.xml.gz b/2.0/sitemap.xml.gz index a24254c7911d13f12cf1d91e0974c5210688eee1..911bbfb103dd2da82123be420a1f93b8c7330c28 100644 GIT binary patch literal 557 zcmV+|0@D2-iwFpD?I&dd|8r?{Wo=<_E_iKh0Nt3)a@!yf$M1OxkM9WEy|f+2x#bDk zvu6z}iLnG^caf5}FOm}5o%Ym2$ApW-@-e^vvM?R$S$$nU9Uk_HI!0OL&YmCFtw{W?^*D|dJHZ|zSAiPMrp*=B??%0;zO4@rt6ZiD zmcO~|yI>B}ES#q~!P$a9)i`O>sd7P|V~DJG)kg32)bn;Au=K$mcAMQ7wcV)gE_Zpi z-E=c8_y%jjmxBe@z3uglWg*fRq<@98IA9kdl7=KfHRzE*vLj2ut^@TTlGpmai3vF* zGRPXpv^ltpBtmUMAA?6PtXh{{pWEI_5rVJK$1eX^tRZ#6#eqi`v2z|v0sr7t*RUy9 z!zF4;3!eeV!D)&g)43!1;g~HY(g$C=rVs&%^I<=>Aj+{?%=gc00!@3>8;tVd@8Yn_ z*q(p&_vMg0LwyDXF_tePxA=T{2voilcK-aS^vp->CsCA6NFD{b^lcMzYB)F?OV$u6 z*kq7OUkesO=*tYL>%}SGm>dP)XGzDawOl=%PApE+{pbC&j7$0k(yN*vSye_7G}AXY zzg8#~AVI5Nk~8O}Rv!3XuvNpZ0B*t>3B6hJ_R&xpe>&qKJVr56AIEYB9o literal 557 zcmV+|0@D2-iwFn=kqKo2|8r?{Wo=<_E_iKh0Nt3)a@!yf$M1OxkM0QDz0@6Bx%CO! zvu6z}iID_^U8Lmgi=@PMr#`E}?wBL*_go{C+$EjDPC)5bQZ z;^&X=;%o6-Jso4{33-z`TRIgjv;QXLG)*NL#sNH)E;N!ZfnG1I9!T`)^tsk2>Ah{S6 zl7yhz6kLj9K&jl|okhzeT9aI#+TL;zg0C?6KK*E{A@)q!fqUbzHx_dN|KJt3u*p}$ zHEMDTpAmwA%N#$dH)pitIazX~ceXZ7CITX*!+vUkg(0z;AD>sbFz;2X(DR4Cv%}6~ zd;Znm*F&;{x&r~;=Px3)*mQYtA%7`kZ1<`3EJy4oQ4}v2EHYB=+s38Ta5OmOticDT zqr#B;S`Y_>A{JejWaZTTV2T=!zTI7)gE%Xg8 zuN8tA0;85M(Wq{%Wk^rR(Pzlb2tm6khj1TEvp&g*CK`=$+=+3Y0e8R}16sA_$@7!N v09I38