55 releases (breaking)

0.97.0 Nov 20, 2024
0.95.0 Sep 16, 2024
0.93.1 Jul 23, 2024
0.89.0 Mar 26, 2024
0.58.1 Jul 6, 2021

#1251 in Rust patterns

Download history 185292/week @ 2024-08-27 198625/week @ 2024-09-03 211401/week @ 2024-09-10 208569/week @ 2024-09-17 243946/week @ 2024-09-24 254900/week @ 2024-10-01 269302/week @ 2024-10-08 275029/week @ 2024-10-15 292955/week @ 2024-10-22 265584/week @ 2024-10-29 278159/week @ 2024-11-05 285071/week @ 2024-11-12 264071/week @ 2024-11-19 169295/week @ 2024-11-26 238343/week @ 2024-12-03 253521/week @ 2024-12-10

972,873 downloads per month
Used in 168 crates (8 directly)

Apache-2.0

265KB
4.5K SLoC

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


lib.rs:

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.

Dependencies

~41MB
~652K SLoC