tests

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestsClient

type TestsClient struct {
	Client client.Client
}

func NewClient

func NewClient(client client.Client) *TestsClient

func (TestsClient) Create

func (s TestsClient) Create(test *testsAPI.Test) (*testsAPI.Test, error)

func (TestsClient) Delete

func (s TestsClient) Delete(namespace, name string) error

func (TestsClient) DeleteAll

func (s TestsClient) DeleteAll(namespace string) error

func (TestsClient) Get

func (s TestsClient) Get(namespace, name string) (*testsAPI.Test, error)

func (TestsClient) List

func (s TestsClient) List(namespace string, tags []string) (*testsAPI.TestList, error)

func (TestsClient) ListTags added in v0.7.5

func (s TestsClient) ListTags(namespace string) ([]string, error)

func (TestsClient) Update

func (s TestsClient) Update(test *testsAPI.Test) (*testsAPI.Test, error)

Jump to

Keyboard shortcuts

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