Added missing documentation to NodeInstanceGroup.

This commit is contained in:
Andrzej Wasylkowski 2017-06-01 11:20:10 +02:00
parent c13d8917c2
commit 4280b95915

View File

@ -138,7 +138,7 @@ type CloudConfig struct {
MultiZone bool
Cluster string
MasterName string
NodeInstanceGroup string
NodeInstanceGroup string // comma-delimited list of groups' names
NumNodes int
ClusterTag string
Network string