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 fluxcd.HelmReleaseFilter 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]*fluxcd.ChartVersion }
Options the options for upgrading a cluster
func NewCmdFluxSync ¶
NewCmdFluxSync 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.