Documentation ¶
Index ¶
Constants ¶
View Source
const FileSuffix = ".feature"
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.