Documentation ¶
Index ¶
- type App
- func (a *App) AddGitCrd(url string, privateKey []byte, crdPath string) error
- func (a *App) CleanUp() error
- func (a *App) ReconcileCrd(version, namespacedName string, getToolset func(obj runtime.Object) error) error
- func (a *App) ReconcileGitCrds() error
- func (a *App) ReloadCurrentToolsets(toolsDirectoryPath string, toolsetsPath string) error
- type Crd
- type GitCrd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Toolsets *toolset.Toolsets ToolsDirectoryPath string CrdDirectoryPath string GitCrds []GitCrd Crds map[string]Crd // contains filtered or unexported fields }
func (*App) ReconcileCrd ¶
func (*App) ReconcileGitCrds ¶
Click to show internal directories.
Click to hide internal directories.