45 releases (breaking)

0.91.0 May 6, 2024
0.89.0 Mar 26, 2024
0.87.2 Dec 22, 2023
0.87.1 Nov 1, 2023
0.58.1 Jul 6, 2021

#1315 in Rust patterns

Download history 70801/week @ 2024-01-24 54980/week @ 2024-01-31 59787/week @ 2024-02-07 54896/week @ 2024-02-14 56469/week @ 2024-02-21 76332/week @ 2024-02-28 64270/week @ 2024-03-06 67975/week @ 2024-03-13 64658/week @ 2024-03-20 70622/week @ 2024-03-27 72707/week @ 2024-04-03 61867/week @ 2024-04-10 70859/week @ 2024-04-17 79386/week @ 2024-04-24 75237/week @ 2024-05-01 57468/week @ 2024-05-08

294,062 downloads per month
Used in 118 crates (7 directly)

Apache-2.0

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

~45MB
~727K SLoC