Module kube_core::object

source ·
Expand description

Generic object and objectlist wrappers.

Structs

Empty struct for when data should be discarded
A standard Kubernetes object with .spec and .status.
A generic Kubernetes object list

Traits

A trait to access the spec of a Kubernetes resource.
A trait to access the status of a Kubernetes resource.