Documentation ¶
Index ¶
- Constants
- Variables
- func Checks(cmd *cobra.Command, args []string) error
- func Init(cmd *cobra.Command, args []string) error
- func Install(cmd *cobra.Command, args []string) error
- func NewChecksCommand() *cobra.Command
- func NewInstallCommand() *cobra.Command
- func NewRootCommand() *cobra.Command
- func NewUninstallCommand() *cobra.Command
- func Root(cmd *cobra.Command, args []string) error
- func Uninstall(cmd *cobra.Command, args []string) error
- func VerifyDockerVersion() error
- func VerifyLabels() error
- type CheckOptions
- type InstallOptions
- type StackVariables
Constants ¶
View Source
const ( TARGET_SINGLE = "single" TARGET_CLUSTER = "cluster" )
Variables ¶
View Source
var Docker *ampdocker.Docker
View Source
var InstallOpts = &InstallOptions{}
Functions ¶
func NewChecksCommand ¶
func NewInstallCommand ¶
func NewRootCommand ¶ added in v0.18.0
func NewUninstallCommand ¶
func VerifyDockerVersion ¶
func VerifyDockerVersion() error
func VerifyLabels ¶
func VerifyLabels() error
Types ¶
type CheckOptions ¶
type CheckOptions struct {
// contains filtered or unexported fields
}
type InstallOptions ¶
type StackVariables ¶ added in v0.18.0
Click to show internal directories.
Click to hide internal directories.