Registry / other / k8-obj-metadata

k8-obj-metadata

JSON →
library2.0.2rscratesunverified

Core Kubernetes metadata traits for working with Kubernetes object metadata.

# Cargo.toml [dependencies] k8-obj-metadata = "2.0.2"
INSTALL
IMPORT
SIG · K8-OBJ-METADATA
K
k8-obj-metadata
otherrustv2.0.2
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.

ObjMetadata
use k8_obj_metadata::ObjMetadata;

Create a default ObjMetadata instance.

use k8_obj_metadata::ObjMetadata; fn main() { let meta = ObjMetadata::default(); println!("{:?}", meta); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
k8-obj-metadata — cargo add k8-obj-metadata · libregistry