List from cloud and resync InMemoryPool.
This commit is contained in:
parent
ba26bcabf5
commit
8d59739bb1
9 changed files with 229 additions and 18 deletions
|
|
@ -30,7 +30,7 @@ type BackendPool interface {
|
|||
GC(ports []int64) error
|
||||
Shutdown() error
|
||||
Status(name string) string
|
||||
List() (*compute.BackendServiceList, error)
|
||||
List() ([]interface{}, error)
|
||||
}
|
||||
|
||||
// BackendServices is an interface for managing gce backend services.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue