diff --git a/lke_clusters.go b/lke_clusters.go index 7b34559d1..a6d5042de 100644 --- a/lke_clusters.go +++ b/lke_clusters.go @@ -55,7 +55,7 @@ type LKEClusterAPIEndpoint struct { // LKEClusterKubeconfig fields are those returned by GetLKEClusterKubeconfig type LKEClusterKubeconfig struct { - KubeConfig string `json:"kubeconfig"` + KubeConfig string `json:"kubeconfig"` // Base64-encoded Kubeconfig file for this Cluster. } // LKEClusterDashboard fields are those returned by GetLKEClusterDashboard