# Constants
OutcomeADDeploymentFailed describes an Active Directory deployment that failed or did not run all the way through.
OutcomeE2ETestFailed describes a Helm release that was deployed, but a subsequent end-to-end test failed.
OutcomeHelmUpgradeFailed describes a Helm release that failed during `helm upgrade` or because some deployed pods did not come up correctly.
OutcomeNotDeployed describes a Helm release that was not deployed because of an unexpected error before `helm upgrade`.
OutcomePartiallyDeployed is returned by Event.CombinedOutcome() when the event in question contains some releases that are "succeeded" and some that are "not-deployed".
OutcomeSucceeded describes a Helm release that succeeded.
OutcomeTerraformRunFailed describes a terraform run that failed.
# Structs
ActiveDirectory appears in type Event.
Event describes a deployment (i.e.
GitRepo appears in type Event.
HelmRelease appears in type Event.
Pipeline appears in type Event.
TerraformChangeSummary appears in TerraformRun.
TerraformRun appears in type Event.
# Type aliases
Outcome appears in type HelmRelease and TerraformRun.