{"id":19146277,"url":"https://github.com/01walid/cdktf-gke-auth-go","last_synced_at":"2025-06-14T16:35:34.012Z","repository":{"id":172453982,"uuid":"649316178","full_name":"01walid/cdktf-gke-auth-go","owner":"01walid","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-04T13:47:07.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T19:49:16.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/01walid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-04T13:28:19.000Z","updated_at":"2023-06-04T13:38:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7a248d3-4efe-415c-a71e-5111e70c33f5","html_url":"https://github.com/01walid/cdktf-gke-auth-go","commit_stats":null,"previous_names":["01walid/cdktf-gke-auth-go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/01walid/cdktf-gke-auth-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01walid%2Fcdktf-gke-auth-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01walid%2Fcdktf-gke-auth-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01walid%2Fcdktf-gke-auth-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01walid%2Fcdktf-gke-auth-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/01walid","download_url":"https://codeload.github.com/01walid/cdktf-gke-auth-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/01walid%2Fcdktf-gke-auth-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259846150,"owners_count":22920870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T07:43:44.715Z","updated_at":"2025-06-14T16:35:33.993Z","avatar_url":"https://github.com/01walid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdktf-gke-auth-go\n\nThis is a meta-repository for the Golang version of [cdktf-gke-auth](https://github.com/01walid/cdktf-gke-auth) construct.\n\nThis repo's Golang module content is auto-updated by [projen](https://github.com/projen/projen) via the github actions of the [parent repo](https://github.com/01walid/cdktf-gke-auth). \n\n## Example Golang usage\n\n```go\n// Example automatically generated from non-compiling source. May contain errors.\nimport \"github.com/cdktf/cdktf-provider-google-go/google\"\nimport \"github.com/hashicorp/terraform-cdk-go/cdktf\"\nimport \"github.com/aws/constructs-go/constructs\"\nimport \"github.com/01walid/cdktf-gke-auth-go/cdktfgkeauth\"\n\ntype MyKubeStack struct {\n\tterraformStack\n}\n\nfunc NewMyKubeStack(scope construct, name *string) *MyKubeStack {\n\tthis := \u0026MyKubeStack{}\n\tnewTerraformStack_Override(this, scope, name)\n\n\tgoogle.NewGoogleProvider(this, jsii.String(\"google-provider\"), \u0026GoogleProviderConfig{\n\t})\n\n\tauth := cdktfgkeauth.NewGKEAuth(this, jsii.String(\"gke-auth\"), \u0026ClusterInfo{\n\t\tClusterName: jsii.String(\"my-cluster\"),\n\t\tLocation: jsii.String(\"europe-west1\"),\n\t\tProjectId: jsii.String(\"my-project\"),\n\t})\n  \n\treturn this\n}\n\n```\n\nPlease refer to the [parent repository](https://github.com/01walid/cdktf-gke-auth) for more information. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F01walid%2Fcdktf-gke-auth-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F01walid%2Fcdktf-gke-auth-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F01walid%2Fcdktf-gke-auth-go/lists"}