Generates an empty resource store to be used as a new pod. It is also responsible for storing any relevant variables needed to instantiate this resource store. These can then be used when the server is restarted to re-instantiate those stores.

Hierarchy

  • PodGenerator

Implemented by

Properties

Properties

generate: ((identifier: ResourceIdentifier, settings: PodSettings) => Promise<ResourceStore>)

Type declaration