Options
All
  • Public
  • Public/Protected
  • All
Menu

The execution environment required by a Job.

Hierarchy

  • JobHost

Index

Constructors

Properties

Constructors

Properties

nodeSelector: {} = {}

Specifies labels that must be present on the substrate node to host a Job. This provides an opaque mechanism for communicating Job needs such as specific hardware like an SSD or GPU.

Type declaration

  • [key: string]: string
os?: string

The OS required by the Job. Valid values are "linux" and "windows". When empty, Brigade assumes "linux".

Generated using TypeDoc