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