Interface PodManager

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

Hierarchy

  • PodManager

Implemented by

Properties

Properties

createPod: ((settings, overwrite) => Promise<void>)

Type declaration

    • (settings, overwrite): Promise<void>
    • Creates a pod for the given settings.

      Parameters

      • settings: PodSettings

        Settings describing the pod.

      • overwrite: boolean

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

      Returns Promise<void>