Skip to content

Commit

Permalink
fix cluster type tag on json causing it not to be populated (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
hookenz committed Mar 8, 2023
1 parent f944f99 commit b59604c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ type KubernetesVersion struct {
Version string `json:"version"`
Type string `json:"type"`
Default bool `json:"default,omitempty"`
ClusterType string `json:"cluster_type,omitempty"`
ClusterType string `json:"clusterType,omitempty"`
}

// ListKubernetesClusters returns all cluster of kubernetes in the account
Expand Down

0 comments on commit b59604c

Please sign in to comment.