Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 45aaf80

Browse files
authored
docs: fix in offline mode explanation (#127)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 8330a65 commit 45aaf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class KubeAPIServerConfig {
1818
private final String apiServerVersion;
1919

2020
/**
21-
* If true, tries to download binaries. If the apiServerVersion is not set and some local binaries
21+
* If true, does not download binaries. If the apiServerVersion is not set and some local binaries
2222
* found won't try to download them again.
2323
*/
2424
private final boolean offlineMode;

0 commit comments

Comments
 (0)