mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-15 08:05:19 -05:00
cloud: fix discovery of GCP nodes across multiple zones (#1943)
This commit is contained in:
parent
de2c21b555
commit
0b262a08bc
4 changed files with 418 additions and 8 deletions
|
|
@ -40,3 +40,7 @@ type subnetAPI interface {
|
|||
Get(ctx context.Context, req *computepb.GetSubnetworkRequest, opts ...gax.CallOption) (*computepb.Subnetwork, error)
|
||||
Close() error
|
||||
}
|
||||
|
||||
type zoneAPI interface {
|
||||
List(ctx context.Context, req *computepb.ListZonesRequest, opts ...gax.CallOption) zoneIterator
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue