Add synchronization around nodeMap

This commit is contained in:
CJ Cullen
2015-05-05 14:28:36 -07:00
parent e967ffd522
commit 292d33e33c
2 changed files with 10 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ import (
)
var ErrMetadataConflict = errors.New("Metadata already set at the same key")
const podCIDRMetadataKey string = "node-ip-range"
// GCECloud is an implementation of Interface, TCPLoadBalancer and Instances for Google Compute Engine.