Add basic support for loading resources via a so called resource set either...
Add basic support for loading resources via a so called resource set either from configmap or from file system
parent
b5096dde
No related branches found
No related tags found
Showing
- theodolite/crd/crd-benchmark.yaml 34 additions, 0 deletionstheodolite/crd/crd-benchmark.yaml
- theodolite/examples/operator/example-benchmark.yaml 12 additions, 1 deletiontheodolite/examples/operator/example-benchmark.yaml
- theodolite/src/main/kotlin/theodolite/benchmark/ConfigMapResourceSet.kt 66 additions, 0 deletions.../main/kotlin/theodolite/benchmark/ConfigMapResourceSet.kt
- theodolite/src/main/kotlin/theodolite/benchmark/FileSystemResourceSet.kt 50 additions, 0 deletions...main/kotlin/theodolite/benchmark/FileSystemResourceSet.kt
- theodolite/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt 8 additions, 15 deletions...c/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
- theodolite/src/main/kotlin/theodolite/benchmark/ResourceSet.kt 8 additions, 0 deletions...olite/src/main/kotlin/theodolite/benchmark/ResourceSet.kt
- theodolite/src/main/kotlin/theodolite/benchmark/ResourceSets.kt 45 additions, 0 deletions...lite/src/main/kotlin/theodolite/benchmark/ResourceSets.kt
- theodolite/src/main/kotlin/theodolite/execution/TheodoliteYamlExecutor.kt 2 additions, 2 deletions...ain/kotlin/theodolite/execution/TheodoliteYamlExecutor.kt
- theodolite/src/main/kotlin/theodolite/execution/operator/TheodoliteOperator.kt 1 addition, 1 deletion...otlin/theodolite/execution/operator/TheodoliteOperator.kt
- theodolite/src/main/kotlin/theodolite/k8s/AbstractK8sLoader.kt 4 additions, 0 deletions...olite/src/main/kotlin/theodolite/k8s/AbstractK8sLoader.kt
- theodolite/src/main/kotlin/theodolite/k8s/K8sResourceLoader.kt 2 additions, 2 deletions...olite/src/main/kotlin/theodolite/k8s/K8sResourceLoader.kt
- theodolite/src/main/kotlin/theodolite/k8s/K8sResourceLoaderFromString.kt 91 additions, 0 deletions...main/kotlin/theodolite/k8s/K8sResourceLoaderFromString.kt
- theodolite/src/main/kotlin/theodolite/util/YamlParserFromFile.kt 1 addition, 1 deletion...ite/src/main/kotlin/theodolite/util/YamlParserFromFile.kt
- theodolite/src/main/kotlin/theodolite/util/YamlParserFromString.kt 17 additions, 0 deletions...e/src/main/kotlin/theodolite/util/YamlParserFromString.kt
- theodolite/src/test/kotlin/theodolite/execution/operator/testTest.kt 4 additions, 0 deletions...src/test/kotlin/theodolite/execution/operator/testTest.kt
Please register or sign in to comment