64 releases (7 stable)
Uses new Rust 2024
| 3.1.0 | Mar 17, 2026 |
|---|---|
| 2.0.1 | Sep 12, 2025 |
| 1.1.0 | May 26, 2025 |
| 0.99.0 | Mar 12, 2025 |
| 0.58.1 | Jul 6, 2021 |
#2293 in Rust patterns
3,524,862 downloads per month
Used in 836 crates
(13 directly)
335KB
5.5K
SLoC
Types and traits necessary for interacting with the Kubernetes API
This crate provides the minimal apimachinery necessary to make requests to the kubernetes API.
It does not export export a client, but it also has almost no dependencies.
Everything in this crate is re-exported from kube
(even with zero features) under kube::core.
kube-core
Core traits and types necessary for interacting with the kubernetes API. The rust counterpart to kubernetes/apimachinery.
Usage
This crate is always re-exported from kube (even without features) under kube::core.
Docs
See the kube-core API Docs
Development
Help very welcome! We need generic utilities, helpers like those in apimachinery, testing improvements, or just documentation. See https://github.com/kube-rs/kube/labels/core
Dependencies
~35MB
~559K SLoC