We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3c337 commit 6106012Copy full SHA for 6106012
lke_clusters.go
@@ -55,7 +55,7 @@ type LKEClusterAPIEndpoint struct {
55
56
// LKEClusterKubeconfig fields are those returned by GetLKEClusterKubeconfig
57
type LKEClusterKubeconfig struct {
58
- KubeConfig string `json:"kubeconfig"`
+ KubeConfig string `json:"kubeconfig"` // Base64-encoded Kubeconfig file for this Cluster.
59
}
60
61
// LKEClusterDashboard fields are those returned by GetLKEClusterDashboard
0 commit comments