Skip to content

Commit

Permalink
fix case (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne authored Jul 25, 2024
1 parent 3fc059b commit f802165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kotsclient/cluster_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type CreateClusterResponse struct {
type CreateClusterDryRunResponse struct {
TotalCost *int64 `json:"total_cost"`
TTL *string `json:"ttl"`
Error CreateClusterErrorError `json:"Error"`
Error CreateClusterErrorError `json:"error"`
}

type CreateClusterOpts struct {
Expand Down Expand Up @@ -65,7 +65,7 @@ type NodeGroup struct {
}

type CreateClusterErrorResponse struct {
Error CreateClusterErrorError `json:"Error"`
Error CreateClusterErrorError `json:"error"`
}

type CreateClusterErrorError struct {
Expand Down

0 comments on commit f802165

Please sign in to comment.