Merge branch '13306-arvados-cwl-runner-py3-support'
[arvados.git] / sdk / go / arvados / config.go
index bfa86abf6a48a1fcf30eda2618bdfaf28b0a2efb..1154f922ba45f0b76484e08ac182276c147641db 100644 (file)
@@ -121,7 +121,12 @@ type CloudVMs struct {
        // and ready to run containers, e.g., "mount | grep
        // /encrypted-tmp"
        BootProbeCommand string
-       SyncInterval     Duration
+
+       // Listening port (name or number) of SSH servers on worker
+       // VMs
+       SSHPort string
+
+       SyncInterval Duration
 
        // Maximum idle time before automatic shutdown
        TimeoutIdle Duration