{"id":14975836,"url":"https://github.com/softprops/scuttlebutt","last_synced_at":"2025-10-27T14:31:20.721Z","repository":{"id":57666425,"uuid":"66814807","full_name":"softprops/scuttlebutt","owner":"softprops","description":"Listen in on all the gossip going on in your kubernetes cluster :speak_no_evil:","archived":false,"fork":false,"pushed_at":"2017-11-08T07:35:43.000Z","size":586,"stargazers_count":12,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T06:31:44.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softprops.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-29T05:43:53.000Z","updated_at":"2023-05-22T05:58:56.000Z","dependencies_parsed_at":"2022-09-26T20:31:47.322Z","dependency_job_id":null,"html_url":"https://github.com/softprops/scuttlebutt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fscuttlebutt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fscuttlebutt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fscuttlebutt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fscuttlebutt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/scuttlebutt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238508843,"owners_count":19484213,"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-09-24T13:52:44.520Z","updated_at":"2025-10-27T14:31:15.401Z","avatar_url":"https://github.com/softprops.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scuttlebutt [![Build Status](https://travis-ci.org/softprops/scuttlebutt.svg?branch=master)](https://travis-ci.org/softprops/scuttlebutt) [![Coverage Status](https://coveralls.io/repos/github/softprops/scuttlebutt/badge.svg)](https://coveralls.io/github/softprops/scuttlebutt) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![crates.io](http://meritbadge.herokuapp.com/scuttlebutt)](https://crates.io/crates/scuttlebutt)\n\n\n\u003e Listen in on all the gossip going on in your [kubernetes](http://kubernetes.io/) cluster\n\n[Documentation](https://softprops.github.io/scuttlebutt)\n\n## install\n\nAdd the following to your Cargo.toml file\n\n```toml\n[dependencies]\nscuttlebutt = \"0.2\"\n```\n\n## usage\n\nCentral to scuttlebutt is a cluster. Clusters provide an interface for feeding off of kubernetes events\nvia a [Receiver](https://doc.rust-lang.org/std/sync/mpsc/struct.Receiver.html).\n\nThe default use case is to connect to a kubernetes cluster behind [kube-proxy](http://kubernetes.io/docs/admin/kube-proxy/). This interface may be extended to run\noutside a cluster with a set of [kubeconfig credentials](https://github.com/softprops/kubecfg) in the future.\n\n```rust\nextern crate scuttlebutt;\nuse scuttlebutt::{Cluster, Events};\n\nfn main() {\n    match Cluster::new().events() {\n           Ok(events) =\u003e {\n               for e in events.into_iter() {\n                   println!(\"{:#?}\", e)\n               }\n           }\n           Err(e) =\u003e println!(\"{:#?}\", e),\n       }\n}\n```\n\nDoug Tangren (softprops) 2016-2017\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fscuttlebutt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftprops%2Fscuttlebutt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fscuttlebutt/lists"}