Skip to content

Commit

Permalink
fix type++
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Weber <[email protected]>
  • Loading branch information
mm-weber committed Jan 29, 2025
1 parent fef2642 commit d16c558
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions providers/gcp/resources/gcp.lr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion providers/gcp/resources/gcp.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1531,8 +1531,8 @@ resources:
nodePools: {}
privateClusterConfig: {}
projectId: {}
resourceLabels: {}
releaseChannel: {}
resourceLabels: {}
shieldedNodesConfig: {}
status: {}
subnetwork: {}
Expand Down
2 changes: 1 addition & 1 deletion providers/gcp/resources/gke.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ func (g *mqlGcpProjectGkeService) clusters() ([]interface{}, error) {
var releaseChannel map[string]interface{}
if c.ReleaseChannel != nil {
releaseChannel = map[string]interface{}{
"channel": c.ReleaseChannel.Channel.Enum(),
"channel": c.ReleaseChannel.Channel.String(),
}
}

Expand Down

0 comments on commit d16c558

Please sign in to comment.