Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppList = []*App{ CreateMetallbApp(), CreateLokiApp(), }
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Namespace string
ChartRepository string
ChartName string
ChartVersion string
Name string
Values helm.Values
}
func CreateLokiApp ¶
func CreateLokiApp() *App
func CreateMetallbApp ¶
func CreateMetallbApp() *App
func (*App) GetHelmRelease ¶
func (app *App) GetHelmRelease() *helmreleasev1.HelmRelease
Click to show internal directories.
Click to hide internal directories.