Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitCmdFlagsDefault = &InitCmdFlags{ reconfigure: false, overwrite: false, templateRepoURL: "https://github.com/covexo/devspace-templates.git", templateRepoPath: "", language: "", }
View Source
var UpFlagsDefault = &UpCmdFlags{ tiller: true, open: "cmd", initRegistry: true, build: true, sync: true, portforwarding: true, }
Functions ¶
Types ¶
type DownCmdFlags ¶
type DownCmdFlags struct { }
type InitCmdFlags ¶
type InitCmdFlags struct {
// contains filtered or unexported fields
}
type InstallCmd ¶ added in v0.1.1
type InstallCmd struct {
// contains filtered or unexported fields
}
type InstallCmdFlags ¶ added in v0.1.1
type InstallCmdFlags struct { }
type KanikoOutputFormat ¶ added in v0.1.1
type ResetCmdFlags ¶
type ResetCmdFlags struct { }
type UpCmdFlags ¶
type UpCmdFlags struct {
// contains filtered or unexported fields
}
type UpgradeCmd ¶ added in v0.1.0
type UpgradeCmd struct {
// contains filtered or unexported fields
}
type UpgradeCmdFlags ¶ added in v0.1.0
type UpgradeCmdFlags struct { }
Click to show internal directories.
Click to hide internal directories.