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 ¶
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
Source Files ¶
Click to show internal directories.
Click to hide internal directories.