Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to configure the Kubernetes goal scheduling support.

Hierarchy

  • KubernetesGoalSchedulerOptions

Index

Properties

Properties

Optional isolateAll

isolateAll: boolean

Set to true to run all goals as Kubernetes jobs if the ATOMIST_GOAL_SCHEDULER environment variable is set to "kubernetes".

Optional podSpec

podSpec: V1PodSpec

Pod spec to use as basis for job spec. This pod spec is deeply merged with the running SDM pod spec, if available, with this pod spec taking preference. If the running SDM pod spec is not available and this is not provided, an error is thrown during initialization.

Generated using TypeDoc