Options
All
  • Public
  • Public/Protected
  • All
Menu

Covers all functions related to pod management. In the future this should also include delete, and potentially recovery functions.

Hierarchy

  • PodManager

Index

Properties

Properties

createPod

createPod: (settings: PodSettings) => Promise<ResourceIdentifier>

Creates a pod for the given settings.

param

Settings describing the pod.

returns

ResourceIdentifier of the newly created pod.

Type declaration