56 releases (breaking)

new 0.98.0 Dec 23, 2024
0.97.0 Nov 20, 2024
0.96.0 Oct 9, 2024
0.93.1 Jul 23, 2024
0.58.1 Jul 6, 2021

#1257 in Rust patterns

Download history 173546/week @ 2024-09-02 217546/week @ 2024-09-09 202608/week @ 2024-09-16 238936/week @ 2024-09-23 246946/week @ 2024-09-30 287231/week @ 2024-10-07 259726/week @ 2024-10-14 289807/week @ 2024-10-21 270135/week @ 2024-10-28 279675/week @ 2024-11-04 286325/week @ 2024-11-11 263516/week @ 2024-11-18 184661/week @ 2024-11-25 209834/week @ 2024-12-02 314732/week @ 2024-12-09 242395/week @ 2024-12-16

956,887 downloads per month
Used in 170 crates (8 directly)

Apache-2.0

275KB
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

~36MB
~577K SLoC