Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Properties

Properties

generate

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

Creates a ResourceStore based on the given input. Should error if there already is a store for the given identifier.

param

Identifier of the new pod.

param

Parameters to be used for the new pod.

returns

A new ResourceStore to be used for the new pod.

Type declaration