Documentation
¶
Overview ¶
Package extensions contains the types for all official extensions.
Package extensions contains the types for all official extensions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigBang ¶
type BigBang struct {
// The version of Big Bang to use.
Version string `json:"version"`
// Override repo to pull Big Bang from instead of Repo One.
Repo string `json:"repo,omitempty"`
// The list of values files to pass to Big Bang; these will be merged together.
ValuesFiles []string `json:"valuesFiles,omitempty"`
// Whether to skip deploying flux; Defaults to false.
SkipFlux bool `json:"skipFlux,omitempty"`
// Optional paths to Flux kustomize strategic merge patch files.
FluxPatchFiles []string `json:"fluxPatchFiles,omitempty"`
}
BigBang holds the configuration for the Big Bang extension.
type ZarfComponentExtensions ¶
type ZarfComponentExtensions struct {
// Configurations for installing Big Bang and Flux in the cluster.
BigBang *BigBang `json:"bigbang,omitempty"`
}
ZarfComponentExtensions is a struct that contains all the official extensions.
Click to show internal directories.
Click to hide internal directories.