Expand description
Generic object and objectlist wrappers.
Structs
- Empty struct for when data should be discarded
- A standard Kubernetes object with
.specand.status. - A generic Kubernetes object list
Traits
- A trait to access the
specof a Kubernetes resource. - A trait to access the
statusof a Kubernetes resource.