GUACAMOLE-623: Add Kubernetes protocol/parameter definitions and translations.

This commit is contained in:
Michael Jumper
2019-08-03 12:55:23 -07:00
parent 66d2fe3f10
commit 6ebb53477c
4 changed files with 243 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ public class LocalEnvironment implements Environment {
* Array of all known protocol names.
*/
private static final String[] KNOWN_PROTOCOLS = new String[]{
"vnc", "rdp", "ssh", "telnet"};
"vnc", "rdp", "ssh", "telnet", "kubernetes"};
/**
* The hostname to use when connecting to guacd if no hostname is provided