Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArgoCDInstallation ¶
type ArgoCDInstallation struct {
K8sClient *utils.K8sClient
Namespace string
Version string
ConfigPath string
}
func (*ArgoCDInstallation) AppsetGenerate ¶
func (a *ArgoCDInstallation) AppsetGenerate(appSetPath string) (string, error)
AppsetGenerate runs 'argocd appset generate' on a file and returns the output
func (*ArgoCDInstallation) GetManifests ¶
func (a *ArgoCDInstallation) GetManifests(appName string) (string, error)
func (*ArgoCDInstallation) Install ¶
func (a *ArgoCDInstallation) Install(debug bool, secretsFolder string) error
func (*ArgoCDInstallation) RefreshApp ¶
func (a *ArgoCDInstallation) RefreshApp(appName string) error
Click to show internal directories.
Click to hide internal directories.