Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-tke
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
tke
✓ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tke
Creates a new TKE client.
package main
import (
"fmt"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tke"
)
func main() {
client, _ := tke.NewClient(common.NewCredential("", ""), "ap-guangzhou")
fmt.Println(client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.1044latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.