Registry / networking / k8-types

k8-types

JSON →
library0.10.0rscratesunverified

Kubernetes Object Types providing Rust structs for Kubernetes API resources.

# Cargo.toml [dependencies] k8-types = "0.10.0"
INSTALL
IMPORT
SIG · K8-TYPES
K
k8-types
networkingrustv0.10.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.

Pod
use k8_types::Pod;

Creates a new Kubernetes Pod object with a given name.

use k8_types::Pod; fn main() { let pod = Pod::new("my-pod"); println!("Pod name: {}", pod.metadata.name); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
k8-types — cargo add k8-types · libregistry