We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a821b commit da7e9afCopy full SHA for da7e9af
src/main/java/org/jgroups/protocols/kubernetes/KUBE_PING.java
@@ -60,7 +60,7 @@ public class KUBE_PING extends Discovery {
60
@Property(description="Time (in millis) between operation attempts", systemProperty="KUBERNETES_OPERATION_SLEEP")
61
protected long operationSleep=1000;
62
63
- @Property(description="http (default) or https. Used to send the initial discovery request to the Kubernetes server",
+ @Property(description="https (default) or http. Used to send the initial discovery request to the Kubernetes server",
64
systemProperty="KUBERNETES_MASTER_PROTOCOL")
65
protected String masterProtocol="https";
66
0 commit comments