Fix problems identified in review

This commit is contained in:
Justin Santa Barbara
2015-03-13 18:07:08 -04:00
parent bc16d83a51
commit 99da56fb06
4 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ type TCPLoadBalancer interface {
// Instances is an abstract, pluggable interface for sets of instances.
type Instances interface {
// IPAddress returns an IP address of the specified instance.
// NodeAddresses returns the addresses of the specified instance.
NodeAddresses(name string) ([]api.NodeAddress, error)
// ExternalID returns the cloud provider ID of the specified instance.
ExternalID(name string) (string, error)