Skip to content

Commit

Permalink
Deployed e95699e 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 Dec 10, 2024
1 parent ed8df5d commit 55404e3
Show file tree
Hide file tree
Showing 13 changed files with 1,270 additions and 618 deletions.
1,024 changes: 551 additions & 473 deletions dev/developer/api/index.html

Large diffs are not rendered by default.

Binary file modified dev/objects.inv
Binary file not shown.
2 changes: 0 additions & 2 deletions dev/resources/variables/cli_env_vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ KPOPS_DOTENV_PATH # No default value, not required
# Suffix your environment files with this value (e.g.
# defaults_development.yaml for environment=development).
KPOPS_ENVIRONMENT # No default value, not required
# How KPOps should operate.
KPOPS_OPERATION_MODE=managed
# Paths to dir containing 'pipeline.yaml' or files named
# 'pipeline.yaml'.
KPOPS_PIPELINE_PATHS # No default value, required
Expand Down
6 changes: 0 additions & 6 deletions dev/resources/variables/cli_env_vars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1688,12 +1688,6 @@ <h1>Cli env vars</h1>
<td>The environment you want to generate and deploy the pipeline to. Suffix your environment files with this value (e.g. defaults_development.yaml for environment=development).</td>
</tr>
<tr>
<td>KPOPS_OPERATION_MODE</td>
<td>managed</td>
<td>False</td>
<td>How KPOps should operate.</td>
</tr>
<tr>
<td>KPOPS_PIPELINE_PATHS</td>
<td></td>
<td>True</td>
Expand Down
6 changes: 0 additions & 6 deletions dev/resources/variables/config_env_vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,3 @@ 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 (managed, manifest, argo).
KPOPS_OPERATION_MODE=managed
# strimzi_topic
# Configuration for Strimzi Kafka Topics.
KPOPS_STRIMZI_TOPIC # No default value, not required
14 changes: 0 additions & 14 deletions dev/resources/variables/config_env_vars/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1789,20 +1789,6 @@ <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>managed</td>
<td>False</td>
<td>The operation mode of KPOps (managed, manifest, argo).</td>
<td>operation_mode</td>
</tr>
<tr>
<td>KPOPS_STRIMZI_TOPIC</td>
<td></td>
<td>False</td>
<td>Configuration for Strimzi Kafka Topics.</td>
<td>strimzi_topic</td>
</tr>
</tbody>
</table>

Expand Down
49 changes: 0 additions & 49 deletions dev/schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,6 @@
"title": "KafkaRestConfig",
"type": "object"
},
"OperationMode": {
"enum": [
"argo",
"manifest",
"managed"
],
"title": "OperationMode",
"type": "string"
},
"SchemaRegistryConfig": {
"additionalProperties": false,
"description": "Configuration for Schema Registry.",
Expand Down Expand Up @@ -162,25 +153,6 @@
"title": "SchemaRegistryConfig",
"type": "object"
},
"StrimziTopicConfig": {
"additionalProperties": false,
"description": "Configuration for Strimzi Kafka Topics.",
"properties": {
"label": {
"additionalProperties": {
"type": "string"
},
"description": "The label to identify the KafkaTopic resources managed by the Topic Operator. This does not have to be the name of the Kafka cluster. It can be the label assigned to the KafkaTopic resource. If you deploy more than one Topic Operator, the labels must be unique for each. That is, the operators cannot manage the same resources.",
"title": "Label",
"type": "object"
}
},
"required": [
"label"
],
"title": "StrimziTopicConfig",
"type": "object"
},
"TopicNameConfig": {
"additionalProperties": false,
"description": "Configure the topic name variables you can use in the pipeline definition.",
Expand Down Expand Up @@ -267,15 +239,6 @@
},
"description": "Configuration for Kafka REST Proxy."
},
"operation_mode": {
"allOf": [
{
"$ref": "#/$defs/OperationMode"
}
],
"default": "managed",
"description": "The operation mode of KPOps (managed, manifest, argo)."
},
"pipeline_base_dir": {
"default": ".",
"description": "Base directory to the pipelines (default is current working directory)",
Expand All @@ -302,18 +265,6 @@
},
"description": "Configuration for Schema Registry."
},
"strimzi_topic": {
"anyOf": [
{
"$ref": "#/$defs/StrimziTopicConfig"
},
{
"type": "null"
}
],
"default": null,
"description": "Configuration for Strimzi Kafka Topics."
},
"topic_name_config": {
"allOf": [
{
Expand Down
Loading

0 comments on commit 55404e3

Please sign in to comment.