Backstage
    Preparing search index...
    • Takes an entity or entity name/reference, and returns the string form of an entity ref.

      Parameters

      • ref: Entity | { kind: string; name: string; namespace?: string }

        The reference to serialize

      Returns string

      The same reference on either string or compound form

      This function creates a canonical and unique reference to the entity, converting all parts of the name to lowercase and inserts the default namespace if needed. It is typically not the best way to represent the entity reference to the user.