Module kube_core::metadata [−][src]
Expand description
Metadata structs used in traits, lists, and dynamic objects.
Structs
ListMeta | ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. |
ObjectMeta | ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. |
TypeMeta | Type information that is flattened into every kubernetes object |