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

Methods

Methods

createPod

  • Creates a pod for the given settings.

    Parameters

    • identifier: ResourceIdentifier

      Root identifier indicating where the pod should be created.

    • settings: PodSettings

      Settings describing the pod.

    • overwrite: boolean

      If the creation should proceed if there already is a resource there.

    Returns Promise<void>