Documentation ¶
Overview ¶
Package bigbang contains the logic for installing Big Bang and Flux
Package bigbang contains the logic for installing Big Bang and Flux ¶
Package bigbang contains the logic for installing Big Bang and Flux ¶
Package bigbang contains the logic for installing Big Bang and Flux
Index ¶
- func Compose(pathAncestry string, c types.ZarfComponent) types.ZarfComponent
- func Run(YOLO bool, tmpPaths types.ComponentPaths, c types.ZarfComponent) (types.ZarfComponent, error)
- func Skeletonize(tmpPaths types.ComponentPaths, c types.ZarfComponent) (types.ZarfComponent, error)
- type HelmReleaseDependency
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compose ¶ added in v0.27.1
func Compose(pathAncestry string, c types.ZarfComponent) types.ZarfComponent
Compose mutates a component so that the valuesFiles are relative to the parent importing component
func Run ¶
func Run(YOLO bool, tmpPaths types.ComponentPaths, c types.ZarfComponent) (types.ZarfComponent, error)
Run mutates a component that should deploy Big Bang to a set of manifests that contain the flux deployment of Big Bang
func Skeletonize ¶ added in v0.27.1
func Skeletonize(tmpPaths types.ComponentPaths, c types.ZarfComponent) (types.ZarfComponent, error)
Skeletonize mutates a component so that the valuesFiles can be contained inside a skeleton package
Types ¶
type HelmReleaseDependency ¶
type HelmReleaseDependency struct { Metadata metav1.ObjectMeta NamespacedDependencies []string NamespacedSource string ValuesFrom []fluxHelmCtrl.ValuesReference }
HelmReleaseDependency is a struct that represents a Flux Helm Release from an HR DependsOn list.
func (HelmReleaseDependency) Dependencies ¶
func (h HelmReleaseDependency) Dependencies() []string
Dependencies returns a list of namespaced dependencies for the HelmRelease for dependency sorting.
func (HelmReleaseDependency) Name ¶
func (h HelmReleaseDependency) Name() string
Name returns a namespaced name for the HelmRelease for dependency sorting.