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 ¶
Click to show internal directories.
Click to hide internal directories.