Skip to content

Commit

Permalink
doc: add info for kubeconfig as base64 (#607)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhiwei Liang <[email protected]>
  • Loading branch information
guilhem and zliang-akamai authored Nov 28, 2024
1 parent 9b3c337 commit 6106012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lke_clusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6106012

Please sign in to comment.