Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpgradeOptions ¶
type UpgradeOptions struct { envfactory.EnvFactory OverrideRequirements config.RequirementsConfig Namespace string GitCloneURL string InitialGitURL string Dir string UsePullRequest bool NoCommit bool // contains filtered or unexported fields }
UpgradeOptions the options for upgrading a cluster
func NewCmdUpgrade ¶
func NewCmdUpgrade() (*cobra.Command, *UpgradeOptions)
NewCmdUpgrade creates a command object for the command
func (*UpgradeOptions) AddUpgradeOptions ¶
func (o *UpgradeOptions) AddUpgradeOptions(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.