Activate gce minion list.

This commit is contained in:
Brendan Burns
2014-06-29 21:00:22 -07:00
parent d75bd790d3
commit d5516e4cdc
7 changed files with 38 additions and 5 deletions

View File

@@ -38,6 +38,6 @@ type TCPLoadBalancer interface {
type Instances interface {
IPAddress(name string) (net.IP, error)
// Lists instances that match 'filter' which is a regular expression which must match the entire instance name
// Lists instances that match 'filter' which is a regular expression which must match the entire instance name (fqdn)
List(filter string) ([]string, error)
}