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

# Functions

OrderVariables considers the data in the OrderRequest and calculates the correct order to evalutate each ConfigVar, and then returns the vars in that order.

# Structs

OrderRequest is the input to OrderVariables, with all the information to properly calculate the order to evalutate each variable.

# Type aliases

ArtifactStartDesc sorts builds by start time descending (most recent first).
BuildStartDesc sorts builds by start time descending (most recent first).
ConfigName sorts config variables by name.
ConfigResolution sorts a set of config variables such that if they were evaluated in-order to see if they match an environment, you can always take the most recent match as the current value.
No description provided by the author
DeploymentBundleCompleteDesc sorts deployment bundles by completion time descending.
DeploymentBundleStartDesc sorts deployment bundles by start time descending.
DeploymentCompleteDesc sorts deployments by completion time descending.
DeploymentStartDesc sorts deployments by start time descending.
ReleaseBundleCompleteDesc sorts deployment bundles by completion time descending.