Documentation ¶
Index ¶
- Constants
- func DownloadArtifacts(id, dir string, client apiclientv1.Client)
- func NewAbortExecutionCmd() *cobra.Command
- func NewCreateTestsCmd() *cobra.Command
- func NewDeleteTestsCmd() *cobra.Command
- func NewGetExecutionCmd() *cobra.Command
- func NewGetTestsCmd() *cobra.Command
- func NewRunTestCmd() *cobra.Command
- func NewUpdateTestOptionsFromFlags(cmd *cobra.Command) (options apiclientv1.UpdateTestOptions, err error)
- func NewUpdateTestsCmd() *cobra.Command
- func NewUpsertTestOptionsFromFlags(cmd *cobra.Command) (options apiclientv1.UpsertTestOptions, err error)
- func NewWatchExecutionCmd() *cobra.Command
Constants ¶
View Source
const WatchInterval = 2 * time.Second
Variables ¶
This section is empty.
Functions ¶
func DownloadArtifacts ¶ added in v0.9.5
func DownloadArtifacts(id, dir string, client apiclientv1.Client)
func NewAbortExecutionCmd ¶ added in v0.9.5
func NewCreateTestsCmd ¶
NewCreateTestsCmd is a command tp create new Test Custom Resource
func NewDeleteTestsCmd ¶
func NewGetExecutionCmd ¶ added in v0.9.5
func NewGetTestsCmd ¶
func NewRunTestCmd ¶ added in v0.9.5
func NewUpdateTestOptionsFromFlags ¶ added in v1.7.29
func NewUpdateTestOptionsFromFlags(cmd *cobra.Command) (options apiclientv1.UpdateTestOptions, err error)
NewUpdateTestOptionsFromFlags creates update test options from command flags
func NewUpdateTestsCmd ¶
func NewUpsertTestOptionsFromFlags ¶ added in v0.9.5
func NewUpsertTestOptionsFromFlags(cmd *cobra.Command) (options apiclientv1.UpsertTestOptions, err error)
NewUpsertTestOptionsFromFlags creates upsert test options from command flags
func NewWatchExecutionCmd ¶ added in v0.9.5
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.