44 releases (breaking)

0.90.0 Apr 3, 2024
0.89.0 Mar 26, 2024
0.88.1 Jan 26, 2024
0.87.2 Dec 22, 2023
0.58.1 Jul 6, 2021

#1231 in Rust patterns

Download history 29810/week @ 2023-12-22 40241/week @ 2023-12-29 58754/week @ 2024-01-05 56688/week @ 2024-01-12 69334/week @ 2024-01-19 59731/week @ 2024-01-26 56980/week @ 2024-02-02 63699/week @ 2024-02-09 50434/week @ 2024-02-16 72545/week @ 2024-02-23 62214/week @ 2024-03-01 65994/week @ 2024-03-08 68398/week @ 2024-03-15 66669/week @ 2024-03-22 76568/week @ 2024-03-29 53179/week @ 2024-04-05

276,671 downloads per month
Used in 106 crates (7 directly)

Apache-2.0

230KB
4K 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:

Crate with 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

~39MB
~623K SLoC