Registry / networking / kube-core

kube-core

JSON →
library3.1.0rscratesunverified

Shared types, traits and client-less behavior for the kube-rs Kubernetes ecosystem.

# Cargo.toml [dependencies] kube-core = "3.1.0"
INSTALL
IMPORT
SIG · KUBE-CORE
K
kube-core
networkingrustv3.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Resource
use kube_core::Resource;

Demonstrates importing the core Resource trait from kube_core.

use kube_core::Resource; fn main() { // Resource trait provides metadata and API group/version/kind println!("Kube core types available"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
kube-core — cargo add kube-core · libregistry