gcloud container clusters get-credentials
google.golang.org/api/container/v1
func (r *ProjectsZonesClustersService) Get(projectId string, zone string, clusterId string) *ProjectsZonesClustersGetCall

I expect to get the kubeconfig of the gke cluster using golang google container sdk.