45 releases (breaking)

new 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

#1309 in Rust patterns

Download history 65978/week @ 2024-01-18 65494/week @ 2024-01-25 56542/week @ 2024-02-01 62276/week @ 2024-02-08 50929/week @ 2024-02-15 58800/week @ 2024-02-22 75177/week @ 2024-02-29 65426/week @ 2024-03-07 67978/week @ 2024-03-14 64225/week @ 2024-03-21 77787/week @ 2024-03-28 66706/week @ 2024-04-04 61283/week @ 2024-04-11 72659/week @ 2024-04-18 79161/week @ 2024-04-25 61627/week @ 2024-05-02

287,623 downloads per month
Used in 116 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