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
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
theodolite-kotlin
into
master
Overview
0
Commits
689
Pipelines
105
Changes
9
Merged
Sören Henning
requested to merge
theodolite-kotlin
into
master
4 years ago
Overview
0
Commits
689
Pipelines
105
Changes
9
Expand
Merge the new Theodolite implementation written in Kotlin. This issue fixed
#148 (closed)
.
Edited
4 years ago
by
Sören Henning
0
0
Merge request reports
Viewing commit
897f7da3
Show latest version
9 files
+
100
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
897f7da3
add a first trial for resource patcher
· 897f7da3
Benedikt Wetzel
authored
4 years ago
theodolite-quarkus/src/main/kotlin/theodolite/
k8s
/DeploymentManager.kt
→
theodolite-quarkus/src/main/kotlin/theodolite/
deprecated
/DeploymentManager.kt
+
1
−
1
Options
package
theodolite.
k8s
package
theodolite.
deprecated
import
io.fabric8.kubernetes.api.model.Container
import
io.fabric8.kubernetes.api.model.EnvVar
Loading