{"id":18248209,"url":"https://github.com/serverless-components/knative-eventing","last_synced_at":"2025-08-07T20:23:30.462Z","repository":{"id":97839373,"uuid":"215979771","full_name":"serverless-components/knative-eventing","owner":"serverless-components","description":"Instantly create and update Knative eventing definitions running on top of your Kubernetes cluster.","archived":false,"fork":false,"pushed_at":"2022-08-01T09:24:42.000Z","size":10,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T15:40:05.567Z","etag":null,"topics":["faas","knative","knative-eventing","kubernetes","kubernetes-cluster","serverless","serverless-components","serverless-framework"],"latest_commit_sha":null,"homepage":"https://serverless.com","language":"JavaScript","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/serverless-components.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":"2019-10-18T08:40:37.000Z","updated_at":"2024-03-20T08:26:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"a570102e-5609-43a2-9e43-604923698233","html_url":"https://github.com/serverless-components/knative-eventing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serverless-components/knative-eventing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-eventing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-eventing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-eventing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-eventing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverless-components","download_url":"https://codeload.github.com/serverless-components/knative-eventing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverless-components%2Fknative-eventing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269317968,"owners_count":24397007,"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","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["faas","knative","knative-eventing","kubernetes","kubernetes-cluster","serverless","serverless-components","serverless-framework"],"created_at":"2024-11-05T09:36:15.995Z","updated_at":"2025-08-07T20:23:30.449Z","avatar_url":"https://github.com/serverless-components.png","language":"JavaScript","readme":"# knative-eventing\n\nInstantly create and update [Knative eventing](https://knative.dev/docs/eventing/) definitions running on top of your Kubernetes cluster with [Serverless Components](https://github.com/serverless/components).\n\n\u0026nbsp;\n\n1. [Install](#1-install)\n2. [Create](#2-create)\n3. [Configure](#3-configure)\n4. [Deploy](#4-deploy)\n\n\u0026nbsp;\n\n### 1. Install\n\n```console\n$ npm install -g serverless\n```\n\n### 2. Create\n\nJust create a `serverless.yml` file\n\n```console\n$ touch serverless.yml\n```\n\nMake sure that you have generated your [`Kubeconfig` file](https://rancher.com/docs/rancher/v2.x/en/cluster-admin/kubeconfig/) via `kubectl`.\n\n### 3. Configure\n\n```yml\n# serverless.yml\norg: acme\napp: todo\nname: todo-knative-eventing\n\ncomponent: knative-eventing@dev\n\ninputs:\n  kubeConfigPath: ../kubeconfig # default is `~/.kube/config`\n  knativeGroup: eventing.knative.dev # default is `eventing.knative.dev`\n  knativeVersion: v1alpha1 # default is `v1alpha1`\n  namespace: 'default' # default is `'default'`\n  kind: 'Trigger' # default is `'Trigger'`\n  name: my-knative-event\n  spec: # eventing specification\n    filter:\n      attributes:\n        type: dev.knative.foo.bar\n    subscriber:\n      ref:\n        name: my-knative-service\n        kind: 'Service'\n        apiVersion: 'serving.knative.dev/v1alpha1'\n```\n\n### 4. Deploy\n\n```console\n$ serverless\n```\n\n### New to Components?\n\nCheckout the [Serverless Components](https://github.com/serverless/components) repo for more information.\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless-components%2Fknative-eventing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverless-components%2Fknative-eventing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverless-components%2Fknative-eventing/lists"}