# Functions
No description provided by the author
# Constants
AddrPrefix is the prefix for passing both dynamic and static port allocations to tasks.
AllocDir is the environment variable with the path to the alloc directory that is shared across tasks within a task group.
AllocID is the environment variable for passing the allocation ID.
AllocIndex is the environment variable for passing the allocation index.
AllocName is the environment variable for passing the allocation name.
CpuLimit is the environment variable with the tasks CPU limit in MHz.
HostPortPrefix is the prefix for passing the host port when a portmap is specified.
IpPrefix is the prefix for passing the IP of a port allocation to a task.
JobName is the environment variable for passing the job name.
MemLimit is the environment variable with the tasks memory limit in MBs.
MetaPrefix is the prefix for passing task meta data.
PortPrefix is the prefix for passing the port allocation to a task.
SecretsDir is the environment variable with the path to the tasks secret directory where it can store sensitive data.
TaskLocalDir is the environment variable with the path to the tasks local directory where it can store data that is persisted to the alloc is removed.
TaskName is the environment variable for passing the task name.
VaultToken is the environment variable for passing the Vault token.
# Structs
TaskEnvironment is used to expose information to a task via environment variables and provide interpolation of Nomad variables.