Skip to content

Commit 6106012

Browse files
doc: add info for kubeconfig as base64 (#607)
Co-authored-by: Zhiwei Liang <[email protected]>
1 parent 9b3c337 commit 6106012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lke_clusters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type LKEClusterAPIEndpoint struct {
5555

5656
// LKEClusterKubeconfig fields are those returned by GetLKEClusterKubeconfig
5757
type LKEClusterKubeconfig struct {
58-
KubeConfig string `json:"kubeconfig"`
58+
KubeConfig string `json:"kubeconfig"` // Base64-encoded Kubeconfig file for this Cluster.
5959
}
6060

6161
// LKEClusterDashboard fields are those returned by GetLKEClusterDashboard

0 commit comments

Comments
 (0)