Skip to content

Commit

Permalink
Add SetLabels methods to ForwardingRule generation list
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerhance committed Jul 27, 2022
1 parent f118173 commit a2a1d7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/cloud/meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ var AllServices = []*ServiceInfo{
serviceType: reflect.TypeOf(&ga.ForwardingRulesService{}),
additionalMethods: []string{
"SetTarget",
"SetLabels",
},
},
{
Expand All @@ -317,6 +318,7 @@ var AllServices = []*ServiceInfo{
serviceType: reflect.TypeOf(&alpha.ForwardingRulesService{}),
additionalMethods: []string{
"SetTarget",
"SetLabels",
},
},
{
Expand All @@ -328,6 +330,7 @@ var AllServices = []*ServiceInfo{
serviceType: reflect.TypeOf(&beta.ForwardingRulesService{}),
additionalMethods: []string{
"SetTarget",
"SetLabels",
},
},
{
Expand All @@ -339,6 +342,7 @@ var AllServices = []*ServiceInfo{
serviceType: reflect.TypeOf(&alpha.GlobalForwardingRulesService{}),
additionalMethods: []string{
"SetTarget",
"SetLabels",
},
},
{
Expand All @@ -350,6 +354,7 @@ var AllServices = []*ServiceInfo{
serviceType: reflect.TypeOf(&beta.GlobalForwardingRulesService{}),
additionalMethods: []string{
"SetTarget",
"SetLabels",
},
},
{
Expand All @@ -360,6 +365,7 @@ var AllServices = []*ServiceInfo{
serviceType: reflect.TypeOf(&ga.GlobalForwardingRulesService{}),
additionalMethods: []string{
"SetTarget",
"SetLabels",
},
},
{
Expand Down

0 comments on commit a2a1d7c

Please sign in to comment.