diff --git a/kubernetes.go b/kubernetes.go index e9e6750..a99e930 100644 --- a/kubernetes.go +++ b/kubernetes.go @@ -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