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 MultiZone bool
Cluster string Cluster string
MasterName string MasterName string
NodeInstanceGroup string NodeInstanceGroup string // comma-delimited list of groups' names
NumNodes int NumNodes int
ClusterTag string ClusterTag string
Network string Network string