Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { options.BaseOptions environments.EnvironmentPullRequestOptions Source gitops.RepositoryOptions Target gitops.RepositoryOptions AppFilter argocd.AppFilter GitCommitUsername string GitCommitUserEmail string AutoMerge bool UpdateOnly bool GitCredentials bool Labels []string Input input.Interface EnvMap map[string]*v1.Environment EnvNames []string VersionStreamDir string Prefixes *versionstream.RepositoryPrefixes SourceApplications map[string]*argocd.AppVersion }
Options the options for upgrading a cluster
func NewCmdArgoSync ¶
NewCmdArgoSync creates a command object for the command
func (*Options) SyncVersions ¶
SyncVersions syncs the source and target versions
Click to show internal directories.
Click to hide internal directories.