# Functions
Generate takes in a given Component CR and spits out a deployment, service, and route file to disk.
GenerateOverlays generates the overlays director in an existing GitOps structure.
NewGitopsGen returns a Generator implementation.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
DeleteFolderError is used to construct a custom error if component removal fails.
No description provided by the author
No description provided by the author
GitAddFilesToRemoteError is used to construct a custom error if adding files to remote repo fails.
GitBranchError is used to construct custom errors related to git branch failures Used by the following command types: switchBranch, checkoutBranch.
No description provided by the author
GitCreateRepoError is used to construct a custom error if repo creation fails.
No description provided by the author
GitLsRemoteError is used to construct custom errors related to git ls-remote failures.
No description provided by the author
No description provided by the author
GitPullError is used to construct custom errors related to git pull failures.
# Interfaces
No description provided by the author