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
Merge requests
!151
Fix: update crd
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix: update crd
wetzel/spesb:fix-crd
into
theodolite-kotlin
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Benedikt Wetzel
requested to merge
wetzel/spesb:fix-crd
into
theodolite-kotlin
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Rename
config
to
properties
, update default values.
0
0
Merge request reports
Compare
theodolite-kotlin
theodolite-kotlin (base)
and
latest version
latest version
6c1f5e62
1 commit,
3 years ago
2 files
+
6
−
9
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
execution/helm/templates/theodolite/crd-benchmark.yaml
+
4
−
6
Options
@@ -55,12 +55,11 @@ spec:
@@ -55,12 +55,11 @@ spec:
resource
:
resource
:
type
:
string
type
:
string
default
:
"
"
default
:
"
"
config
:
properties
:
type
:
object
type
:
object
additionalProperties
:
true
additionalProperties
:
true
x-kubernetes-map-type
:
"
granular"
x-kubernetes-map-type
:
"
granular"
default
:
default
:
{}
"
"
:
"
"
loadTypes
:
loadTypes
:
type
:
array
type
:
array
minItems
:
1
minItems
:
1
@@ -81,12 +80,11 @@ spec:
@@ -81,12 +80,11 @@ spec:
resource
:
resource
:
type
:
string
type
:
string
default
:
"
"
default
:
"
"
config
:
properties
:
type
:
object
type
:
object
additionalProperties
:
true
additionalProperties
:
true
x-kubernetes-map-type
:
"
granular"
x-kubernetes-map-type
:
"
granular"
default
:
default
:
{}
"
"
:
"
"
kafkaConfig
:
kafkaConfig
:
type
:
object
type
:
object
properties
:
properties
:
Loading