Skip to content

Commit

Permalink
Add InstanceGroupManager, InstanceTemplate APIs
Browse files Browse the repository at this point in the history
This was requested in

GoogleCloudPlatform#71

trying to clear out the PR backlog
  • Loading branch information
bowei committed Mar 28, 2023
1 parent 6a52fcd commit bb6e2b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pkg/cloud/meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,26 @@ var AllServices = []*ServiceInfo{
"UpdateNetworkInterface",
},
},
{
Object: "InstanceGroupManager",
Service: "InstanceGroupManagers",
Resource: "instanceGroupManagers",
keyType: Zonal,
serviceType: reflect.TypeOf(&ga.InstanceGroupManagersService{}),
additionalMethods: []string{
"CreateInstances",
"DeleteInstances",
"Resize",
"SetInstanceTemplate",
},
},
{
Object: "InstanceTemplate",
Service: "InstanceTemplates",
Resource: "instanceTemplates",
keyType: Global,
serviceType: reflect.TypeOf(&ga.InstanceTemplatesService{}),
},
{
Object: "Image",
Service: "Images",
Expand Down

0 comments on commit bb6e2b4

Please sign in to comment.