Skip to content
Snippets Groups Projects
Commit ba1f5b58 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

next step

parent 957ee9ce
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!106Introduce a Theodolite operator,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
package theodolite.benchmark package theodolite.benchmark
import com.fasterxml.jackson.databind.annotation.JsonDeserialize
import io.fabric8.kubernetes.client.CustomResource import io.fabric8.kubernetes.client.CustomResource
@JsonDeserialize data class TestResource(var spec: TestSpec = TestSpec()): CustomResource() {
data class TestResource(var name:String): CustomResource() {
} }
\ No newline at end of file
package theodolite.benchmark
import com.fasterxml.jackson.databind.annotation.JsonDeserialize
@JsonDeserialize
data class TestSpec(var message: String = "MEGAAIDS") {
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment