Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface K8sGoalContainerSpec

Specification of containers and volumes for a container goal.

Hierarchy

  • K8sGoalContainerSpec

Index

Properties

Properties

containers

containers: Array<Merge<DeepPartial<V1Container>, GoalContainer>>

Containers to run for this goal. The goal result is based on the exit status of the first element of the containers array. The other containers are considered "sidecar" containers provided functionality that the main container needs to function. If not set, the working directory of the first container is set to ContainerProjectHome, which contains the project upon which the goal should operate. If workingDir is set, it is not changed. If workingDir is set to the empty string, the workingDir property is deleted from the main container spec, meaning the container default working directory will be used.

Optional volumes

volumes: Array<Merge<DeepPartial<V1Volume>, GoalContainerVolume>>

Volumes available to mount in containers.

Generated using TypeDoc