Options
All
  • Public
  • Public/Protected
  • All
Menu

Pod manager that uses an IdentifierGenerator and ResourcesGenerator to create the default resources and identifier for a new pod.

Hierarchy

  • GeneratedPodManager

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly logger

logger: Logger = ...

Private Readonly resourcesGenerator

resourcesGenerator: ResourcesGenerator

Private Readonly store

Methods

createPod

  • Creates a new pod, pre-populating it with the resources created by the data generator. Will throw an error if the given identifier already has a resource.

    Parameters

    Returns Promise<void>