Skip to content

Commit

Permalink
fix: wrong mapping json field (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
geffersonFerraz authored Feb 26, 2025
1 parent e7a5c37 commit 7ac03a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type (
CreatedAt time.Time `json:"created_at"`
UpdatedAt *time.Time `json:"updated_at,omitempty"`
Network *Network `json:"network,omitempty"`
ControlPlane *NodePool `json:"control_plane,omitempty"`
ControlPlane *NodePool `json:"controlplane,omitempty"`
KubeApiServer *KubeApiServer `json:"kube_api_server,omitempty"`
NodePools []NodePool `json:"node_pools,omitempty"`
Addons *Addons `json:"addons,omitempty"`
Expand Down

0 comments on commit 7ac03a0

Please sign in to comment.