Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommitChanges ¶
func CommitChanges(tmpDir string, wt *gogit.Worktree) (changed bool, err error)
func CopyManifests ¶
func CopyManifests(wt *gogit.Worktree, fs embed.FS, root string, mgmtPath string) error
func ProcessBundles ¶
func ProcessBundles(
wt *gogit.Worktree,
clusterName string,
repoUrl string,
mgmtPath string,
workloadPath string,
bundles []bundle.Bundle,
overrides common.KVPairMap,
) error
Types ¶
type AppSettings ¶
type AppSettings struct {
AppName string
ClusterName string
RepoUrl string
RepoPath string
RepoRevision string
SrcType string
AppNamespace string
DestinationNamespace string
Overrides []common.KVPair
}
Click to show internal directories.
Click to hide internal directories.