{"id":15292904,"url":"https://github.com/slamdev/config-connector-templater","last_synced_at":"2026-04-29T08:05:59.461Z","repository":{"id":47600344,"uuid":"373201731","full_name":"slamdev/config-connector-templater","owner":"slamdev","description":"Kubernetes operator that templates GCP Config Connector resources","archived":false,"fork":false,"pushed_at":"2023-12-15T02:14:34.000Z","size":96,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T17:44:36.289Z","etag":null,"topics":["gke","kubernetes","operator"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slamdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-06-02T14:41:59.000Z","updated_at":"2021-11-19T08:54:18.000Z","dependencies_parsed_at":"2024-06-21T18:36:42.546Z","dependency_job_id":null,"html_url":"https://github.com/slamdev/config-connector-templater","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Fconfig-connector-templater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Fconfig-connector-templater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Fconfig-connector-templater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slamdev%2Fconfig-connector-templater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slamdev","download_url":"https://codeload.github.com/slamdev/config-connector-templater/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245269007,"owners_count":20587703,"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":["gke","kubernetes","operator"],"created_at":"2024-09-30T16:31:37.398Z","updated_at":"2026-04-29T08:05:54.427Z","avatar_url":"https://github.com/slamdev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# config-connector-templater\n\nKubernetes operator that templates GCP Config Connector resources\n\n## Example\n\nCreating a resource like this:\n\n```yaml\napiVersion: config-connector-templater.slamdev.net/v1alpha1\nkind: PubSubTopicTemplate\nmetadata:\n  name: notifications\n  namespace: team1\n  annotations:\n    service-name: super-service\nspec:\n  resourceID: \"{{ .metadata.namespace }}.{{ index .metadata.annotations \"service-name\" }}.{{ .metadata.name }}\"\n```\n\noperator will create the following resource:\n\n```yaml\napiVersion: pubsub.cnrm.cloud.google.com/v1beta1\nkind: PubSubTopic\nmetadata:\n  name: notifications\nspec:\n  resourceID: team1.super-service.notifications\n```\n\n## Make a release\n\n```shell script\nTAG=x.x.x \u0026\u0026 git tag -a ${TAG} -m \"make ${TAG} release\" \u0026\u0026 git push --tags\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslamdev%2Fconfig-connector-templater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslamdev%2Fconfig-connector-templater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslamdev%2Fconfig-connector-templater/lists"}