Skip to content

Commit

Permalink
Deployed 18bd7a7 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 22, 2024
1 parent 77b73b6 commit 3864e80
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions dev/schema/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@
"tolerations": {
"description": "Array containing taint references. When defined, pods can run on nodes, which would otherwise deny scheduling.",
"items": {
"$ref": "#/$defs/Tolerations"
"$ref": "#/$defs/Toleration"
},
"title": "Tolerations",
"type": "array"
Expand Down Expand Up @@ -2283,7 +2283,7 @@
},
"statefulSet": {
"default": false,
"description": "Whether to use a Statefulset instead of a Deployment to deploy the streams app.",
"description": "Whether to use a StatefulSet instead of a Deployment to deploy the streams app.",
"title": "Statefulset",
"type": "boolean"
},
Expand All @@ -2296,7 +2296,7 @@
"tolerations": {
"description": "Array containing taint references. When defined, pods can run on nodes, which would otherwise deny scheduling.",
"items": {
"$ref": "#/$defs/Tolerations"
"$ref": "#/$defs/Toleration"
},
"title": "Tolerations",
"type": "array"
Expand Down Expand Up @@ -2713,7 +2713,7 @@
"tolerations": {
"description": "Array containing taint references. When defined, pods can run on nodes, which would otherwise deny scheduling.",
"items": {
"$ref": "#/$defs/Tolerations"
"$ref": "#/$defs/Toleration"
},
"title": "Tolerations",
"type": "array"
Expand Down Expand Up @@ -2752,7 +2752,7 @@
"title": "ToSection",
"type": "object"
},
"Tolerations": {
"Toleration": {
"description": "Represents the different Kubernetes tolerations.\n\nhttps://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/\n\n:param key: The key that the toleration applies to.\n:param operator: The operator ('Exists' or 'Equal').\n:param value: The value to match for the key.\n:param effect: The effect to tolerate.\n:param toleration_seconds: The duration for which the toleration is valid.",
"properties": {
"effect": {
Expand Down Expand Up @@ -2803,7 +2803,7 @@
"key",
"effect"
],
"title": "Tolerations",
"title": "Toleration",
"type": "object"
},
"TopicConfig": {
Expand Down
10 changes: 5 additions & 5 deletions dev/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@
"tolerations": {
"description": "Array containing taint references. When defined, pods can run on nodes, which would otherwise deny scheduling.",
"items": {
"$ref": "#/$defs/Tolerations"
"$ref": "#/$defs/Toleration"
},
"title": "Tolerations",
"type": "array"
Expand Down Expand Up @@ -1943,7 +1943,7 @@
},
"statefulSet": {
"default": false,
"description": "Whether to use a Statefulset instead of a Deployment to deploy the streams app.",
"description": "Whether to use a StatefulSet instead of a Deployment to deploy the streams app.",
"title": "Statefulset",
"type": "boolean"
},
Expand All @@ -1956,7 +1956,7 @@
"tolerations": {
"description": "Array containing taint references. When defined, pods can run on nodes, which would otherwise deny scheduling.",
"items": {
"$ref": "#/$defs/Tolerations"
"$ref": "#/$defs/Toleration"
},
"title": "Tolerations",
"type": "array"
Expand Down Expand Up @@ -1995,7 +1995,7 @@
"title": "ToSection",
"type": "object"
},
"Tolerations": {
"Toleration": {
"description": "Represents the different Kubernetes tolerations.\n\nhttps://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/\n\n:param key: The key that the toleration applies to.\n:param operator: The operator ('Exists' or 'Equal').\n:param value: The value to match for the key.\n:param effect: The effect to tolerate.\n:param toleration_seconds: The duration for which the toleration is valid.",
"properties": {
"effect": {
Expand Down Expand Up @@ -2046,7 +2046,7 @@
"key",
"effect"
],
"title": "Tolerations",
"title": "Toleration",
"type": "object"
},
"TopicConfig": {
Expand Down
Binary file modified dev/sitemap.xml.gz
Binary file not shown.

0 comments on commit 3864e80

Please sign in to comment.