Expand description
Metadata structs used in traits, lists, and dynamic objects.
Structs§
- List
Meta - ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
- Object
Meta - ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
- Partial
Object Meta - A generic representation of any object with
ObjectMeta
. - Type
Meta - Type information that is flattened into every kubernetes object
Traits§
- Partial
Object Meta Ext - Helper trait for converting
ObjectMeta
into usefulPartialObjectMeta
variants