Interface IdentifierGenerator

Utility class for generating container identifiers.

Hierarchy

  • IdentifierGenerator

Implemented by

Properties

Properties

extractPod: ((identifier) => ResourceIdentifier)

Type declaration

generate: ((name) => ResourceIdentifier)

Type declaration

    • (name): ResourceIdentifier
    • Generates container identifiers based on an input name. This is simply string generation, no resource-related checks are run.

      Parameters

      • name: string

      Returns ResourceIdentifier