Documentation
¶
Index ¶
- Variables
- func ComponentHelmCharts(ctx *image.Context) ([]image.HelmChart, []image.HelmRepository)
- func ElementalPath(ctx *image.Context) string
- func GPGKeysPath(ctx *image.Context) string
- func HelmCertsPath(ctx *image.Context) string
- func HelmValuesPath(ctx *image.Context) string
- func IsEmbeddedArtifactRegistryConfigured(ctx *image.Context) bool
- func KubernetesConfigPath(ctx *image.Context) string
- func KubernetesManifestsPath(ctx *image.Context) string
- func RPMsPath(ctx *image.Context) string
- func SkipRPMComponent(ctx *image.Context) bool
- type Combustion
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FIPSPackages = []string{"patterns-base-fips"} FIPSKernelArgs = []string{"fips=1"} )
View Source
var (
ElementalPackages = []string{"elemental-register", "elemental-system-agent"}
)
Functions ¶
func ComponentHelmCharts ¶
func ElementalPath ¶
func GPGKeysPath ¶
func HelmCertsPath ¶ added in v1.1.0
func HelmValuesPath ¶ added in v1.1.0
func KubernetesConfigPath ¶
func KubernetesManifestsPath ¶ added in v1.1.0
func SkipRPMComponent ¶
SkipRPMComponent determines whether RPM configuration is needed
Types ¶
type Combustion ¶ added in v1.1.0
type Combustion struct {
NetworkConfigGenerator networkConfigGenerator
NetworkConfiguratorInstaller networkConfiguratorInstaller
KubernetesScriptDownloader kubernetesScriptDownloader
KubernetesArtefactDownloader kubernetesArtefactDownloader
RPMResolver rpmResolver
RPMRepoCreator rpmRepoCreator
Registry embeddedRegistry
ImageDigester imageDigester
}
Click to show internal directories.
Click to hide internal directories.