From 5067eac08527c3470d6ca9465ec034e49ec763b7 Mon Sep 17 00:00:00 2001 From: David Kornel <kornys@outlook.com> Date: Tue, 7 May 2024 09:06:19 +0200 Subject: [PATCH] Add release status badges and update readme with env vars (#52) Signed-off-by: David Kornel <kornys@outlook.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3e2c0f5..b32e38b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Library for easy testing of Kubernetes deployments and operators using Fabric8 A [![Build](https://github.com/skodjob/test-frame/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/skodjob/test-frame/actions/workflows/build.yaml) [![Publish-snapshot](https://github.com/skodjob/test-frame/actions/workflows/publish-snapshot.yaml/badge.svg?branch=main)](https://github.com/skodjob/test-frame/actions/workflows/publish-snapshot.yaml) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![GitHub Release](https://img.shields.io/github/v/release/skodjob/test-frame)](https://github.com/skodjob/test-frame/releases) +[![Maven Central Version](https://img.shields.io/maven-central/v/io.skodjob/test-frame)](https://central.sonatype.com/search?q=io.skodjob.test-frame) ## Provided functionality ### Kubernetes resource manager @@ -72,3 +74,4 @@ Examples are stored in [test-frame-test](test-frame-test/src/test/java/io/skodjo * **ENV_FILE** - path to YAML file with env variables values * **KUBE_TOKEN** - token of Kube access (use instead of username/password) * **KUBE_URL** - URL of the cluster (API URL) +* **CLIENT_TYPE** - Switch between `kubectl` or `oc` cmd client