argo

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package argo

Copyright © 2023 zcubbs https://github.com/zcubbs

Package argo

Copyright © 2023 zcubbs https://github.com/zcubbs

Package argo

Copyright © 2023 zcubbs https://github.com/zcubbs

Package argo

Copyright © 2023 zcubbs https://github.com/zcubbs

Package argo

Copyright © 2023 zcubbs https://github.com/zcubbs

Index

Constants

View Source
const (
	ArgocdString                                 = "argo-cd"
	ArgocdServerDeploymentName                   = "argo-cd-argocd-server"
	ArgocdRepoServerDeploymentName               = "argo-cd-argocd-repo-server"
	ArgocdRedisDeploymentName                    = "argo-cd-argocd-redis"
	ArgocdDexServerDeploymentName                = "argo-cd-argocd-dex-server"
	ArgocdApplicationsetControllerDeploymentName = "argo-cd-argocd-applicationset-controller"
	ArgocdNotificationsControllerDeploymentName  = "argo-cd-argocd-notifications-controller"
)
View Source
const Git = "git"
View Source
const Helm = "helm"

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "argo",
	Short: "ArgoCD Commands",
	Long:  `This command manages ArgoCD configuration.`,
	Run: func(cmd *cobra.Command, args []string) {
		err := cmd.Help()
		if err != nil {
			fmt.Println(err)
		}
	},
}

Cmd represents the install command

Functions

This section is empty.

Types

type ArgoApp added in v1.4.0

type ArgoApp struct {
	AppName         string
	AppNamespace    string
	IsHelm          bool
	HelmValueFiles  []string
	Project         string
	RepoURL         string
	TargetRevision  string
	Path            string
	Recurse         bool
	CreateNamespace bool
	Prune           bool
	SelfHeal        bool
	AllowEmpty      bool
	ArgoNamespace   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL