# Functions

AppendAssignmentEnv appends an environment variable for each trial assignment.
AppendPrometheusEnv appends environment variables to help reference the built in Prometheus.
GetConditionStatus returns condition True for a finished job or condition False for an job in progress.
GetTrialConditionType returns the trial condition type used to report status for the specified job.
IsPrometheusSetupTask checks to see if the supplied setup task is for the built-in Prometheus.
NewJob returns a new setup job for either create or delete.
UpdateStatus returns true if there are setup tasks.

# Constants

Finalizer is used to prevent the trial deletion for setup tasks.
Initializer is used to paused the trial initialization for setup tasks.
ModeCreate is the primary argument to the setup tools container when the task is creating objects.
ModeDelete is the primary argument to the setup tools container when the task is deleting objects.

# Variables

Image is the name of the setuptools image to use.
ImagePullPolicy controls when the default image should be pulled.