package
0.0.0-20240729195501-045286dcc022
Repository: https://github.com/gitops-tools/apps-scanner.git
Documentation: pkg.go.dev

# Functions

NewParser creates and returns a new Parser ready for use.
OrderEnvironments takes a set pairs of named environments and their preceeding environment and calculates the ordering.
WithLabels is a functional option for configuring the Parser with a set of labels.

# Constants

PipelineEnvironmentAfterLabel is a label that indicates which stage a component follows within a pipeline.
PipelineEnvironmentabel is a label that indicates which stage a component is from within a Pipeline.
PipelineNameLabel is a label that indicates a resource is part of a Pipeline.

# Structs

Labels configures the set of labels to examine resources for.
Parser parses the labels and annotations on runtime Objects and extracts apps from the labels.
Pipeline is a Continuous-Delivery pipeline with a sequence of environments that an application change passes through.