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

Implemented by

Index

Properties

Properties

createPod

createPod: (agent: Agent) => Promise<ResourceIdentifier>

Creates a pod for the given agent data.

param

Data of the agent that needs a pod.

returns

ResourceIdentifier of the newly created pod.

Type declaration