Entity
Home > @backstage/catalog-model
> Entity
The parts of the format that's common to all versions/kinds of entity.
Signature:
export type Entity = {
apiVersion: string;
kind: string;
metadata: EntityMeta;
spec?: JsonObject;
relations?: EntityRelation[];
};
References: EntityMeta, JsonObject, EntityRelation
Remarks
See also: https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/