Skip to content

Commit

Permalink
Deployed 794d1a6 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 50ad2c3 commit 64086c6
Show file tree
Hide file tree
Showing 6 changed files with 329 additions and 417 deletions.
722 changes: 321 additions & 401 deletions dev/developer/api/index.html

Large diffs are not rendered by default.

Binary file modified dev/objects.inv
Binary file not shown.
21 changes: 7 additions & 14 deletions dev/schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,24 +166,17 @@
"additionalProperties": false,
"description": "Configuration for Strimzi Kafka Topics.",
"properties": {
"resource_label": {
"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.",
"maxItems": 2,
"minItems": 2,
"prefixItems": [
{
"type": "string"
},
{
"type": "string"
}
],
"title": "Resource Label",
"type": "array"
"title": "Label",
"type": "object"
}
},
"required": [
"resource_label"
"label"
],
"title": "StrimziTopicConfig",
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dev/user/references/cli-commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,6 @@ <h2 id="kpops-destroy"><code>kpops destroy</code><a class="headerlink" href="#kp
<li><code>--dry-run / --execute</code>: Whether to dry run the command or execute it [default: dry-run]</li>
<li><code>--verbose / --no-verbose</code>: Enable verbose printing [default: no-verbose]</li>
<li><code>--parallel / --no-parallel</code>: Enable or disable parallel execution of pipeline steps. If enabled, multiple steps can be processed concurrently. If disabled, steps will be processed sequentially. [default: no-parallel]</li>
<li><code>--operation-mode [argo|manifest|managed]</code>: How KPOps should operate. [env var: KPOPS_OPERATION_MODE; default: managed]</li>
<li><code>--help</code>: Show this message and exit.</li>
</ul>
<h2 id="kpops-generate"><code>kpops generate</code><a class="headerlink" href="#kpops-generate" title="Permanent link">&para;</a></h2>
Expand Down

0 comments on commit 64086c6

Please sign in to comment.