Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = struct { AppsDir string ArgoCDName string ArgoCDNamespace string BaseDir string BootsrtrapAppName string BootsrtrapDir string ClusterContextName string ClusterResourcesDir string DestServer string DummyName string DestServerAnnotation string GitUsername string LabelKeyAppName string LabelKeyAppManagedBy string LabelValueManagedBy string OverlaysDir string ProjectsDir string RootAppName string RepoCredsSecretName string WaitInterval time.Duration }{ AppsDir: "apps", ArgoCDName: "argo-cd", ArgoCDNamespace: "argocd", BaseDir: "base", BootsrtrapAppName: "autopilot-bootstrap", BootsrtrapDir: "bootstrap", ClusterContextName: "in-cluster", ClusterResourcesDir: "cluster-resources", DestServer: "https://kubernetes.default.svc", DestServerAnnotation: "argocd-autopilot.argoproj-labs.io/default-dest-server", DummyName: "DUMMY", GitUsername: "username", LabelKeyAppName: "app.kubernetes.io/name", LabelKeyAppManagedBy: "app.kubernetes.io/managed-by", LabelValueManagedBy: "argocd-autopilot", OverlaysDir: "overlays", ProjectsDir: "projects", RootAppName: "root", RepoCredsSecretName: "autopilot-secret", WaitInterval: time.Second * 3, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.