Documentation ¶
Index ¶
- Constants
- Variables
- func NewApplyCmd() *cobra.Command
- func NewClusterCmd() *cobra.Command
- func NewCompletionCmd() *cobra.Command
- func NewConnectCmd() *cobra.Command
- func NewCreateCmd() *cobra.Command
- func NewDeleteCmd() *cobra.Command
- func NewDiffCmd() *cobra.Command
- func NewDownloadCmd() *cobra.Command
- func NewDumpCmd() *cobra.Command
- func NewGetCmd() *cobra.Command
- func NewLegacyCmd() *cobra.Command
- func NewRenewCmd() *cobra.Command
- func NewValidateCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
- type ClusterCmdFlags
- type ClusterSkipsCmdFlags
- type DiffCommandFlags
- type RootCommand
- type Timeouts
Constants ¶
View Source
const WrappedErrMessage = "%w: %s"
Variables ¶
View Source
var ( ErrDownloadDependenciesFailed = errors.New("dependencies download failed") ErrPhaseInvalid = errors.New("phase is not valid") )
View Source
var ( ErrBashCompletion = errors.New("error generating bash completion") ErrZshCompletion = errors.New("error generating zsh completion") ErrFishCompletion = errors.New("error generating fish completion") ErrPowershellCompletion = errors.New("error generating powershell completion") )
View Source
var ErrParsingFlag = errors.New("error while parsing flag")
Functions ¶
func NewApplyCmd ¶ added in v0.29.4
func NewClusterCmd ¶ added in v0.29.4
func NewCompletionCmd ¶ added in v0.25.0
func NewConnectCmd ¶ added in v0.29.4
func NewCreateCmd ¶ added in v0.29.4
func NewDeleteCmd ¶ added in v0.29.4
func NewDiffCmd ¶ added in v0.29.4
func NewDownloadCmd ¶ added in v0.25.0
func NewDumpCmd ¶ added in v0.25.0
func NewLegacyCmd ¶ added in v0.29.4
func NewRenewCmd ¶ added in v0.29.4
func NewValidateCmd ¶ added in v0.29.4
func NewVersionCmd ¶ added in v0.25.0
Types ¶
type ClusterCmdFlags ¶ added in v0.27.0
type ClusterCmdFlags struct { Timeouts Debug bool FuryctlPath string DistroLocation string Phase string StartFrom string BinPath string VpnAutoConnect bool DryRun bool NoTTY bool GitProtocol git.Protocol Force []string Outdir string Upgrade bool UpgradePathLocation string UpgradeNode string DistroPatchesLocation string PostApplyPhases []string ClusterSkipsCmdFlags }
type ClusterSkipsCmdFlags ¶ added in v0.29.1
type DiffCommandFlags ¶ added in v0.27.0
type RootCommand ¶ added in v0.25.0
func NewRootCmd ¶ added in v0.29.4
func NewRootCmd() *RootCommand
Source Files ¶
Click to show internal directories.
Click to hide internal directories.