55 releases (breaking)

new 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

#1224 in Rust patterns

Download history 95346/week @ 2024-08-01 179953/week @ 2024-08-08 192895/week @ 2024-08-15 198067/week @ 2024-08-22 179781/week @ 2024-08-29 207070/week @ 2024-09-05 208722/week @ 2024-09-12 230947/week @ 2024-09-19 237385/week @ 2024-09-26 275098/week @ 2024-10-03 264364/week @ 2024-10-10 275091/week @ 2024-10-17 297534/week @ 2024-10-24 255809/week @ 2024-10-31 273892/week @ 2024-11-07 292485/week @ 2024-11-14

1,177,912 downloads per month
Used in 166 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