argo

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 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                                 = "argocd"
	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 (
	ArgocdChartName = "argo-cd"
)
View Source
const (
	EchoCmd = "kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath=\"{.data.password}\" | base64 -d; echo"
)
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

func PrintPasswd added in v1.5.22

func PrintPasswd(_ bool) error

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
	IsOci            bool
	OciChartName     string
	OciChartRevision string
	OciRepoURL       string
}

Jump to

Keyboard shortcuts

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