Skip to content

Commit

Permalink
Deployed 0085ce8 to dev with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Oct 29, 2024
1 parent 7de19df commit 2e895c1
Show file tree
Hide file tree
Showing 13 changed files with 1,040 additions and 556 deletions.
1,118 changes: 677 additions & 441 deletions dev/developer/api/index.html

Large diffs are not rendered by default.

Binary file modified dev/objects.inv
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- namespace
- values
- repo_config
Expand All @@ -13,11 +14,13 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
kafka-connector:
- name
- prefix
- from_
- to
- sync_wave
- config
- resetter_namespace
- resetter_values
Expand All @@ -26,6 +29,7 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- config
- resetter_namespace
- resetter_values
Expand All @@ -34,6 +38,7 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- config
- resetter_namespace
- resetter_values
Expand All @@ -43,18 +48,21 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- namespace
- values
pipeline-component:
- name
- prefix
- from_
- to
- sync_wave
producer-app:
- name
- prefix
- from_
- to
- sync_wave
- namespace
- values
- repo_config
Expand All @@ -64,6 +72,7 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- namespace
- values
- repo_config
Expand All @@ -73,6 +82,7 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- namespace
- values
- repo_config
Expand All @@ -82,6 +92,7 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- namespace
- values
- repo_config
Expand All @@ -91,6 +102,7 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- namespace
- values
- repo_config
Expand All @@ -100,6 +112,7 @@ kpops_components_fields:
- prefix
- from_
- to
- sync_wave
- namespace
- values
- repo_config
Expand Down
3 changes: 3 additions & 0 deletions dev/resources/variables/config_env_vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ KPOPS_HELM_DIFF_CONFIG__IGNORE # No default value, required
# Whether to retain clean up jobs in the cluster or uninstall the,
# after completion.
KPOPS_RETAIN_CLEAN_JOBS=False
# operation_mode
# The operation mode of KPOps
KPOPS_OPERATION_MODE=Helm
7 changes: 7 additions & 0 deletions dev/resources/variables/config_env_vars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,13 @@ <h1>Config env vars</h1>
<td>Whether to retain clean up jobs in the cluster or uninstall the, after completion.</td>
<td>retain_clean_jobs</td>
</tr>
<tr>
<td>KPOPS_OPERATION_MODE</td>
<td>Helm</td>
<td>False</td>
<td>The operation mode of KPOps</td>
<td>operation_mode</td>
</tr>
</tbody>
</table>

Expand Down
17 changes: 17 additions & 0 deletions dev/schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@
"title": "KafkaRestConfig",
"type": "object"
},
"OperationMode": {
"enum": [
"Argo",
"Helm"
],
"title": "OperationMode",
"type": "string"
},
"SchemaRegistryConfig": {
"additionalProperties": false,
"description": "Configuration for Schema Registry.",
Expand Down Expand Up @@ -239,6 +247,15 @@
},
"description": "Configuration for Kafka REST Proxy."
},
"operation_mode": {
"allOf": [
{
"$ref": "#/$defs/OperationMode"
}
],
"default": "Helm",
"description": "The operation mode of KPOps"
},
"pipeline_base_dir": {
"default": ".",
"description": "Base directory to the pipelines (default is current working directory)",
Expand Down
84 changes: 84 additions & 0 deletions dev/schema/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
"default": null,
"description": "Configuration of the Helm chart repo to be used for deploying the component"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -310,6 +316,12 @@
"title": "Prefix",
"type": "string"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -436,6 +448,12 @@
],
"description": "Overriding Kafka Connect resetter Helm values, e.g. to override the image tag etc."
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -562,6 +580,12 @@
],
"description": "Overriding Kafka Connect resetter Helm values, e.g. to override the image tag etc."
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -657,6 +681,12 @@
],
"description": "Overriding Kafka Connect resetter Helm values, e.g. to override the image tag etc."
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -765,6 +795,12 @@
"title": "Prefix",
"type": "string"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -885,6 +921,12 @@
"title": "Prefix",
"type": "string"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -999,6 +1041,12 @@
},
"description": "Configuration of the Helm chart repo to be used for deploying the component"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -1085,6 +1133,12 @@
},
"description": "Configuration of the Helm chart repo to be used for deploying the component"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -1846,6 +1900,12 @@
},
"description": "Configuration of the Helm chart repo to be used for deploying the component"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -1939,6 +1999,12 @@
},
"description": "Configuration of the Helm chart repo to be used for deploying the component"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -2370,6 +2436,12 @@
},
"description": "Configuration of the Helm chart repo to be used for deploying the component"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -2458,6 +2530,12 @@
},
"description": "Configuration of the Helm chart repo to be used for deploying the component"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"to": {
"anyOf": [
{
Expand Down Expand Up @@ -2761,6 +2839,12 @@
"title": "Models",
"type": "object"
},
"sync_wave": {
"default": 0,
"description": "",
"title": "Sync Wave",
"type": "integer"
},
"topics": {
"additionalProperties": {
"$ref": "#/$defs/TopicConfig"
Expand Down
Loading

0 comments on commit 2e895c1

Please sign in to comment.