mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
GUACAMOLE-623: Add Kubernetes protocol/parameter definitions and translations.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user