Skip to content
Snippets Groups Projects
Commit 1632d14f authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

spell check

parent 34b1a9e3
No related branches found
No related tags found
1 merge request!239Add addional patcher to make it possible to set matchlabels
Pipeline #6557 passed
...@@ -53,21 +53,21 @@ Patchers can be seen as functions which take a value as input and modify a Kuber ...@@ -53,21 +53,21 @@ Patchers can be seen as functions which take a value as input and modify a Kuber
* **resource**: "uc1-kstreams-deployment.yaml" * **resource**: "uc1-kstreams-deployment.yaml"
* **example value**: "random-scheduler" * **example value**: "random-scheduler"
* **LabelPatcher**: Changes the label of a Kubernetes Deployment or StatefulSet. The patches field is: `metadata.labels` * **LabelPatcher**: Changes the label of a Kubernetes Deployment or StatefulSet. The patched field is: `metadata.labels`
* **type**: "LabelPatcher" * **type**: "LabelPatcher"
* **resource**: "uc1-kstreams-deployment.yaml" * **resource**: "uc1-kstreams-deployment.yaml"
* **properties**: * **properties**:
* variableName: "app" * variableName: "app"
* **example value**: "theodolite-sut" * **example value**: "theodolite-sut"
* **MatchLabelPatcher**: Changes the match labels of a Kubernetes Deployment or StatefulSet. The patches field is: `spec.selector.matchLabels` * **MatchLabelPatcher**: Changes the match labels of a Kubernetes Deployment or StatefulSet. The patched field is: `spec.selector.matchLabels`
* **type**: "MatchLabelPatcher" * **type**: "MatchLabelPatcher"
* **resource**: "uc1-kstreams-deployment.yaml" * **resource**: "uc1-kstreams-deployment.yaml"
* **properties**: * **properties**:
* variableName: "app" * variableName: "app"
* **example value**: "theodolite-sut" * **example value**: "theodolite-sut"
* **TemplateLabelPatcher**: Changes the template labels of a Kubernetes Deployment or StatefulSet. The patches field is: `spec.template.metadata.labels` * **TemplateLabelPatcher**: Changes the template labels of a Kubernetes Deployment or StatefulSet. The patched field is: `spec.template.metadata.labels`
* **type**: "MatchLabelPatcher" * **type**: "MatchLabelPatcher"
* **resource**: "uc1-kstreams-deployment.yaml" * **resource**: "uc1-kstreams-deployment.yaml"
* **properties**: * **properties**:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment