From 45aaf80545dec53dc9ee313634ce922d1d093ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Thu, 16 Nov 2023 17:42:20 +0100 Subject: [PATCH] docs: fix in offline mode explanation (#127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- .../java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java b/core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java index 17d496b..7c5a6eb 100644 --- a/core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java +++ b/core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java @@ -18,7 +18,7 @@ public class KubeAPIServerConfig { private final String apiServerVersion; /** - * If true, tries to download binaries. If the apiServerVersion is not set and some local binaries + * If true, does not download binaries. If the apiServerVersion is not set and some local binaries * found won't try to download them again. */ private final boolean offlineMode;