Module kube_core::metadata

source ·
Expand description

Metadata structs used in traits, lists, and dynamic objects.

Structs§

  • ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
  • ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
  • A generic representation of any object with ObjectMeta.
  • Type information that is flattened into every kubernetes object

Traits§