Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
6f179781
Commit
6f179781
authored
2 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add descriptions to some patchers
parent
33639a55
Branches
improve-patcher-documentation
No related tags found
1 merge request
!312
Draft: New patcher documentation
Pipeline
#12819
passed
2 years ago
Stage: build
Stage: test
Stage: check
Stage: smoketest
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/api-reference/patchers.md
+5
-7
5 additions, 7 deletions
docs/api-reference/patchers.md
with
5 additions
and
7 deletions
docs/api-reference/patchers.md
+
5
−
7
View file @
6f179781
...
...
@@ -28,8 +28,6 @@ Modifies the number of replicas for a Kubernetes Deployment or StatefulSet.
Supported Kubernetes resources: Deployment, StatefulSet.
**DONE**
## NumSensorsLoadGeneratorReplicaPatcher
Modifies the number of load generators, according to the following formula:
*(value + loadGenMaxRecords - 1) / loadGenMaxRecords*
...
...
@@ -118,7 +116,7 @@ Supported Kubernetes resources: Pod, Deployment, StatefulSet.
## ResourceLimitPatcher
***TODO Description***
Modifies the resource limits (e.g., CPU or memory) of a container in a Pod or another resource having a Pod template.
Supported Kubernetes resources: Pod, Deployment, StatefulSet.
...
...
@@ -132,7 +130,7 @@ Supported Kubernetes resources: Pod, Deployment, StatefulSet.
## ResourceRequestPatcher
***TODO Description***
Modifies the resource requests (e.g., CPU or memory) of a container in a Pod or another resource having a Pod template.
Supported Kubernetes resources: Pod, Deployment, StatefulSet.
...
...
@@ -146,7 +144,7 @@ Supported Kubernetes resources: Pod, Deployment, StatefulSet.
## SchedulerNamePatcher
***TODO Description***
Modifies the scheduler of a Pod or another resource having a Pod template.
Supported Kubernetes resources: Pod, Deployment, StatefulSet.
...
...
@@ -196,7 +194,7 @@ Supported Kubernetes resources: Service.
## ImagePatcher
***TODO Description***
Modifies the image (field
`image`
) of a container in a Pod or another resource having a Pod template.
Supported Kubernetes resources: Pod, Deployment, StatefulSet.
...
...
@@ -206,7 +204,7 @@ Supported Kubernetes resources: Pod, Deployment, StatefulSet.
## NamePatcher
***TODO Description***
Modifies the name (
`metadata.name`
) of a Kubernetes resource.
Supported Kubernetes resources: All.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment