# Functions
AddExtVar adds an ext var to a component evaluation.
AddExtVarFile adds an ext var from a file to component evaluation.
AddJPaths adds paths to JPath for a component evaluation.
AddTlaVar adds a tla var to a component evaluation.
AddTlaVarFile adds a tla var from a file to component evaluation.
Create creates a new environment for the project.
Delete deletes an environment.
DeleteParam deletes a param in an environment.
Evaluate evaluates an environment.
GetParams gets all parameters for an environment.
MainFile returns the contents of the environment's main source.
NewDestination creates an instance of Destination.
No description provided by the author
Rename renames an environment.
SetGlobalParams sets global params for an environment.
SetParams sets params for an environment.
UnsetGlobalParams un-sets global param for an environment.
# Constants
ComponentsExtCodeKey is the ExtCode key for component imports.
DefaultEnvName is the name of the default environment.
# Variables
DefaultBaseData generates environment `base.libsonnet`.
DefaultGlobalsData generates the contents for an environment's `globals.libsonnet`.
DefaultOverrideData generates the contents for an environment's `main.jsonnet`.
DefaultParamsData generates the contents for an environment's `params.libsonnet`.
# Structs
Destination contains destination information for a cluster.
GetParamsConfig is config items for getting environment params.
SetParamsConfig is config items for setting environment params.