cmd

package
v0.0.32 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2020 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FileSuffix = ".feature"
	ConfigFile = "yaks-config.yaml"
)
View Source
const (
	CucumberOptions    = "CUCUMBER_OPTIONS"
	CucumberGlue       = "CUCUMBER_GLUE"
	CucumberFeatures   = "CUCUMBER_FEATURES"
	CucumberFilterTags = "CUCUMBER_FILTER_TAGS"

	DefaultStepTimeout = "30m"
)

Variables

This section is empty.

Functions

func NewYaksCommand

func NewYaksCommand(ctx context.Context) (*cobra.Command, error)

NewYaksCommand --

Types

type RootCmdOptions

type RootCmdOptions struct {
	Context context.Context

	KubeConfig string
	Namespace  string
	// contains filtered or unexported fields
}

RootCmdOptions --

func (*RootCmdOptions) GetCmdClient

func (command *RootCmdOptions) GetCmdClient() (client.Client, error)

GetCmdClient returns the client that can be used from command line tools

func (*RootCmdOptions) NewCmdClient

func (command *RootCmdOptions) NewCmdClient() (client.Client, error)

NewCmdClient returns a new client that can be used from command line tools

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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