setup

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Setup = &cobra.Command{
	Use:   "setup",
	Short: "",
	RunE: func(cmd *cobra.Command, args []string) error {
		if err := util.CheckDockerDaemon(); err != nil {
			return err
		}

		if err := DoSetupAccordingE2E(); err != nil {
			return fmt.Errorf("[Setup] %s", err)
		}
		return nil
	},
}

Functions

func DoSetupAccordingE2E

func DoSetupAccordingE2E() error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL