Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "goal/container/container"

Index

Type aliases

ContainerScheduler

ContainerScheduler: function

Container goal scheduler implementation. The goal execution is handled as part of the execution of the container.

Type declaration

ContainerSpecCallback

ContainerSpecCallback: function

Function signature for callback that can modify and return the ContainerRegistration object.

Type declaration

Variables

Const ContainerProjectHome

ContainerProjectHome: "/atm/home" = "/atm/home"

File system location of goal project in containers.

Functions

container

  • container<T>(displayName: string, registration: T): Container
  • Create and return a container goal with the provided container specification.

    Type parameters

    Parameters

    • displayName: string

      Goal display name

    • registration: T

      Goal containers, volumes, cache details, etc.

    Returns Container

    SDM container goal

Generated using TypeDoc