package
0.11.4
Repository: https://github.com/hashicorp/waypoint.git
Documentation: pkg.go.dev

# Packages

Package dynamic contains the HCL function, types, and logic for implementing dynamic config sourcing HCL configuration.
No description provided by the author

# Functions

AddVariables uses the final map of InputValues to add all input variables to the given hcl EvalContext.
EvalContext returns the common eval context to use for parsing all configurations.
FindPath looks for our configuration file starting at "start" and traversing parent directories until it is found.
Load loads the configuration file from the given path.
TestConfig returns a Config from a string source and fails the test if parsing the configuration fails.
TestConfigFile writes the default Waypoint configuration file with the given contents.
TestSource returns valid configuration.
TestSourceJSON returns valid configuration in JSON format.
ValidateLabels validates a set of labels.

# Constants

Filename is the default filename for the Waypoint configuration.

# Structs

App represents a single application.
AppURL configures the App-specific URL settings.
Build are the build settings.
No description provided by the author
ConfigMetadata holds information about the configuration variables or process themselves.
DataSource configures the data source for the runner.
Deploy are the deploy settings.
Hook is the configuration for a hook that runs at specified times.
LoadOptions should be set for the Load function.
Operation is something in the Waypoint configuration that is executed using some underlying plugin.
Pipeline represents a single pipeline definition.
Plugin configures a plugin.
Poll configures the polling settings for a project.
Registry are the registry settings.
Release are the release settings.
Runner is the configuration for supporting runners in this project.
Step are the step settings for pipelines.
Use is something in the Waypoint configuration that is executed using some underlying plugin.
No description provided by the author
VariableLoopError is returned when, in the course of sorting the variables, a loop is detected.

# Type aliases

No description provided by the author