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
a9035af8
Commit
a9035af8
authored
3 years ago
by
Björn Vonheiden
Browse files
Options
Downloads
Patches
Plain Diff
use properties map for slos in crd execution definition
parent
47c17c47
No related branches found
No related tags found
1 merge request
!172
Use the properties of the slo checker and add lag trend percent
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helm/templates/theodolite/crd-execution.yaml
+6
-7
6 additions, 7 deletions
helm/templates/theodolite/crd-execution.yaml
with
6 additions
and
7 deletions
helm/templates/theodolite/crd-execution.yaml
+
6
−
7
View file @
a9035af8
...
@@ -52,20 +52,19 @@ spec:
...
@@ -52,20 +52,19 @@ spec:
type
:
array
type
:
array
items
:
items
:
type
:
object
type
:
object
required
:
[
"
sloType"
,
"
threshold"
,
"
prometheusUrl"
,
"
externalSloUrl"
,
"
offset"
,
"
warmup
"
]
required
:
[
"
sloType"
,
"
prometheusUrl"
,
"
offset
"
]
properties
:
properties
:
sloType
:
sloType
:
type
:
string
type
:
string
threshold
:
type
:
integer
prometheusUrl
:
prometheusUrl
:
type
:
string
type
:
string
externalSloUrl
:
type
:
string
offset
:
offset
:
type
:
integer
type
:
integer
warmup
:
properties
:
type
:
integer
type
:
object
additionalProperties
:
true
x-kubernetes-map-type
:
"
granular"
default
:
{}
execution
:
# def execution config
execution
:
# def execution config
type
:
object
type
:
object
required
:
[
"
strategy"
,
"
duration"
,
"
repetitions"
,
"
restrictions"
]
required
:
[
"
strategy"
,
"
duration"
,
"
repetitions"
,
"
restrictions"
]
...
...
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