Documentation
¶
Index ¶
- Constants
- Variables
- func Checks(cmd *cobra.Command, args []string) error
- func Install(cmd *cobra.Command, args []string) error
- func NewChecksCommand() *cobra.Command
- func NewInstallCommand() *cobra.Command
- func NewUninstallCommand() *cobra.Command
- func Uninstall(cmd *cobra.Command, args []string) error
- func VerifyDockerVersion() error
- func VerifyLabels() error
- type CheckOptions
- type InstallOptions
Constants ¶
View Source
const ( TARGET_SINGLE = "single" TARGET_CLUSTER = "cluster" )
Variables ¶
View Source
var Docker = ampdocker.NewClient(ampdocker.DefaultURL, ampdocker.DefaultVersion)
View Source
var InstallOpts = &InstallOptions{}
Functions ¶
func NewChecksCommand ¶
func NewInstallCommand ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.