{"id":21222959,"url":"https://github.com/imp/k8s-metrics-rs","last_synced_at":"2025-07-10T14:30:24.224Z","repository":{"id":61105805,"uuid":"548336523","full_name":"imp/k8s-metrics-rs","owner":"imp","description":"K8s Metrics (Rust bindings)","archived":false,"fork":false,"pushed_at":"2025-06-05T09:31:51.000Z","size":95,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T09:58:00.532Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/imp.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":"2022-10-09T11:09:21.000Z","updated_at":"2025-06-05T09:31:53.000Z","dependencies_parsed_at":"2024-05-08T10:26:29.083Z","dependency_job_id":"0139dd53-dfda-47c8-b190-83179f41eae9","html_url":"https://github.com/imp/k8s-metrics-rs","commit_stats":{"total_commits":34,"total_committers":2,"mean_commits":17.0,"dds":0.02941176470588236,"last_synced_commit":"ca1c02f5320db1143edfbec32f17f02948d6b1e4"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/imp/k8s-metrics-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fk8s-metrics-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fk8s-metrics-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fk8s-metrics-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fk8s-metrics-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imp","download_url":"https://codeload.github.com/imp/k8s-metrics-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imp%2Fk8s-metrics-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263880301,"owners_count":23524365,"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-20T22:48:16.428Z","updated_at":"2025-07-10T14:30:23.888Z","avatar_url":"https://github.com/imp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Metrics API Resource definitions\n\nPortions of the code are copied from other projects, like kdash\n\n# Usage example\n\n```rust\nuse k8s_metrics::v1beta1 as metricsv1;\nuse kube::api;\n\nasync fn pod_metrics(client: \u0026kube::Client, namespace: \u0026str) -\u003e kube::Result\u003cVec\u003cmetricsv1::PodMetrics\u003e\u003e {\n    let lp = api::ListParams::default();\n    api::Api::\u003cmetricsv1::PodMetrics\u003e::namespaced(client.clone(), namespace)\n        .list(\u0026lp)\n        .await\n        .map(|list| list.items)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimp%2Fk8s-metrics-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimp%2Fk8s-metrics-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimp%2Fk8s-metrics-rs/lists"}