Documentation ¶
Index ¶
Constants ¶
View Source
const ReleasesFlagName = "release"
ReleasesFlagName constant used for the --release flag name (public because the render package creates an alias for this flag)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selection ¶
type Selection struct { // IsReleaseScoped true if the user supplied the names of releases (like "agora", "cromwell"), false if they supplied "ALL" IsReleaseScoped bool // Releases is the set of matching releases Releases []terra.Release // SingleChart true if we're using a single release name SingleChart bool // AppReleasesOnly true if all matched releases are application releases AppReleasesOnly bool }
Selection describes the set of releases that match user-supplied CLI flags
Click to show internal directories.
Click to hide internal directories.