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
168d8a31
Commit
168d8a31
authored
4 years ago
by
Benedikt Wetzel
Browse files
Options
Downloads
Patches
Plain Diff
fix indent
parent
3b467f34
No related branches found
No related tags found
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!101
Add Service Monitor
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-quarkus/src/main/kotlin/theodolite/k8s/K8sCustomResourceWrapper.kt
+8
-8
8 additions, 8 deletions
...rc/main/kotlin/theodolite/k8s/K8sCustomResourceWrapper.kt
with
8 additions
and
8 deletions
theodolite-quarkus/src/main/kotlin/theodolite/k8s/K8sCustomResourceWrapper.kt
+
8
−
8
View file @
168d8a31
...
@@ -5,14 +5,14 @@ import io.fabric8.kubernetes.client.NamespacedKubernetesClient
...
@@ -5,14 +5,14 @@ import io.fabric8.kubernetes.client.NamespacedKubernetesClient
import
io.fabric8.kubernetes.client.dsl.base.CustomResourceDefinitionContext
import
io.fabric8.kubernetes.client.dsl.base.CustomResourceDefinitionContext
/**
/**
* Fabric8 handles custom resources as plain HashMaps. These need to be handled differently than normal
* Fabric8 handles custom resources as plain HashMaps. These need to be handled differently than normal
* Kubernetes resources. The K8sCustomResourceWrapper class provides a wrapper to deploy and delete
* Kubernetes resources. The K8sCustomResourceWrapper class provides a wrapper to deploy and delete
* custom resources in a uniform way.
* custom resources in a uniform way.
*
*
* @property map custom resource as plain hashmap
* @property map custom resource as plain hashmap
* @constructor Create empty K8s custom resource wrapper
* @constructor Create empty K8s custom resource wrapper
*/
*/
class
K8sCustomResourceWrapper
(
private
val
map
:
Map
<
String
,
String
>)
:
CustomResource
()
{
class
K8sCustomResourceWrapper
(
private
val
map
:
Map
<
String
,
String
>)
:
CustomResource
()
{
/**
/**
...
...
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