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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
86f9df9d
Commit
86f9df9d
authored
May 28, 2022
by
JustAnotherChristoph
Committed by
Christopher Konkel
Aug 6, 2022
Browse files
Options
Downloads
Patches
Plain Diff
replaced deprecated method with suggested alternative
parent
014922b6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite/src/main/kotlin/rocks/theodolite/kubernetes/operator/TheodoliteOperator.kt
+2
-2
2 additions, 2 deletions
...ocks/theodolite/kubernetes/operator/TheodoliteOperator.kt
with
2 additions
and
2 deletions
theodolite/src/main/kotlin/rocks/theodolite/kubernetes/operator/TheodoliteOperator.kt
+
2
−
2
View file @
86f9df9d
...
@@ -136,7 +136,7 @@ class TheodoliteOperator(private val client: NamespacedKubernetesClient) {
...
@@ -136,7 +136,7 @@ class TheodoliteOperator(private val client: NamespacedKubernetesClient) {
ExecutionCRD
,
ExecutionCRD
,
BenchmarkExecutionList
,
BenchmarkExecutionList
,
Resource
<
ExecutionCRD
>>
{
Resource
<
ExecutionCRD
>>
{
return
this
.
client
.
customR
esources
(
return
client
.
r
esources
(
ExecutionCRD
::
class
.
java
,
ExecutionCRD
::
class
.
java
,
BenchmarkExecutionList
::
class
.
java
BenchmarkExecutionList
::
class
.
java
)
)
...
@@ -146,7 +146,7 @@ class TheodoliteOperator(private val client: NamespacedKubernetesClient) {
...
@@ -146,7 +146,7 @@ class TheodoliteOperator(private val client: NamespacedKubernetesClient) {
BenchmarkCRD
,
BenchmarkCRD
,
KubernetesBenchmarkList
,
KubernetesBenchmarkList
,
Resource
<
BenchmarkCRD
>>
{
Resource
<
BenchmarkCRD
>>
{
return
this
.
client
.
customR
esources
(
return
client
.
r
esources
(
BenchmarkCRD
::
class
.
java
,
BenchmarkCRD
::
class
.
java
,
KubernetesBenchmarkList
::
class
.
java
KubernetesBenchmarkList
::
class
.
java
)
)
...
...
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
sign in
to comment