Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Exec

Class representing container execution

Hierarchy

  • Exec

Index

Constructors

Properties

Methods

Constructors

constructor

  • Create an execution

    Parameters

    • modem: Modem

      Modem to connect to the remote service

    • container: Container

      Container that owns the execution (optional)

    • id: String

      Id of the execution

    Returns Exec

Properties

container

container: Container

data

data: Object

id

id: String

modem

modem: Modem

Methods

create

  • create(opts?: Object): Promise<Exec>

resize

  • resize(opts?: Object): Promise<__type>

start

  • start(opts?: any): Promise<Object>

status

  • status(opts?: Object): Promise<Exec>

Generated using TypeDoc