Documentation
¶
Index ¶
- Constants
- Variables
- func ComponentHelmCharts(ctx *image.Context) ([]image.HelmChart, []image.HelmRepository)
- func Configure(ctx *image.Context) error
- func ElementalPath(ctx *image.Context) string
- func GPGKeysPath(ctx *image.Context) string
- func IsEmbeddedArtifactRegistryConfigured(ctx *image.Context) bool
- func KubernetesConfigPath(ctx *image.Context) string
- func RPMsPath(ctx *image.Context) string
- func SkipRPMComponent(ctx *image.Context) bool
Constants ¶
View Source
const ( HelmDir = "helm" ValuesDir = "values" CertsDir = "certs" )
View Source
const (
K8sDir = "kubernetes"
)
Variables ¶
View Source
var (
ElementalPackages = []string{"elemental-register", "elemental-system-agent"}
)
Functions ¶
func ComponentHelmCharts ¶
func Configure ¶
Configure iterates over all separate Combustion components and configures them independently. If all of those are successful, the Combustion script is assembled and written to the file system.
func ElementalPath ¶
func GPGKeysPath ¶
func KubernetesConfigPath ¶
func SkipRPMComponent ¶
SkipRPMComponent determines whether RPM configuration is needed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.