From 44654c9656fe2dca10952c256737c94df3be1af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Sun, 28 Apr 2024 10:36:30 +0200 Subject: [PATCH] docs: remove jenvtest add glue operator reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d850c4551d..fd9a6e2646 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,9 @@ For all features and their usage see the [related section on the website](https: * Quarkus Extension: https://github.com/quarkiverse/quarkus-operator-sdk * Spring Boot Starter: https://github.com/java-operator-sdk/operator-framework-spring-boot-starter -* jenvtest: https://github.com/java-operator-sdk/jenvtest - Support for integration testing against Kubernetes API Server in a lightweight manner +* Kubernetes Glue Operator: https://github.com/csviri/kubernetes-glue-operator + Meta-operator that builds upon to use JOSDK Workflows and Dependent Resources features and + allows to create operators by simply applying a custom resource, thus, is a language independent way. * Kubernetes Webhooks Framework: https://github.com/java-operator-sdk/kubernetes-webooks-framework Framework to implement Admission Controllers and Conversion Hooks. * Operator SDK plugin: https://github.com/operator-framework/java-operator-plugins