{"id":68130,"library":"tektoncd-triggers","title":"Tekton Triggers","description":"Provides event-driven triggers for Tekton Pipelines to automate CI/CD workflows.","status":"active","version":"0.36.0","language":"go","source_language":null,"source_url":"https://github.com/tektoncd/triggers","tags":["tekton","triggers","ci","cd","kubernetes"],"install":[{"cmd":"go get github.com/tektoncd/triggers","lang":"bash","label":"Install github.com/tektoncd/triggers"}],"dependencies":[],"imports":[{"symbol":"triggers","correct":"github.com/tektoncd/triggers"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/tektoncd/triggers/pkg/apis/triggers/v1beta1\"\n\tmetav1 \"k8s.io/apimachinery/pkg/apis/meta/v1\"\n)\n\nfunc main() {\n\ttrigger := &v1beta1.Trigger{\n\t\tObjectMeta: metav1.ObjectMeta{\n\t\t\tName: \"example-trigger\",\n\t\t},\n\t}\n\tfmt.Printf(\"Created trigger: %s\\n\", trigger.Name)\n\t_ = context.Background()\n}","lang":"go","description":"Creates a Tekton Trigger object."},"warnings":[],"env_vars":null,"search_vec":"'autom':12 'cd':18 'ci':17 'ci/cd':13 'driven':6 'event':5 'event-driven':4 'kubernet':19 'pipelin':10 'provid':3 'tekton':1,9,15 'trigger':2,7,16 'workflow':14","created_at":"2026-06-17T17:45:59.711536+00:00","updated_at":"2026-06-17T17:45:59.711536+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tektoncd/triggers","github":"https://github.com/tektoncd/triggers","docs":"https://pkg.go.dev/github.com/tektoncd/triggers#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}