mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
[node operator] GCP: use canonical references
This commit is contained in:
parent
51cf638361
commit
80ebfab164
9 changed files with 151 additions and 3 deletions
|
@ -8,6 +8,12 @@ import (
|
|||
computepb "google.golang.org/genproto/googleapis/cloud/compute/v1"
|
||||
)
|
||||
|
||||
type projectAPI interface {
|
||||
Close() error
|
||||
Get(ctx context.Context, req *computepb.GetProjectRequest,
|
||||
opts ...gax.CallOption) (*computepb.Project, error)
|
||||
}
|
||||
|
||||
type instanceAPI interface {
|
||||
Close() error
|
||||
Get(ctx context.Context, req *computepb.GetInstanceRequest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue