Documentation ¶
Index ¶
- type TestsClient
- func (s TestsClient) Create(test *testsv2.Test) (*testsv2.Test, error)
- func (s TestsClient) Delete(namespace, name string) error
- func (s TestsClient) DeleteAll(namespace string) error
- func (s TestsClient) Get(namespace, name string) (*testsv2.Test, error)
- func (s TestsClient) List(namespace string, tags []string) (*testsv2.TestList, error)
- func (s TestsClient) ListTags(namespace string) ([]string, error)
- func (s TestsClient) Update(test *testsv2.Test) (*testsv2.Test, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestsClient ¶
TestClient implements methods to work with Test
func (TestsClient) Delete ¶
func (s TestsClient) Delete(namespace, name string) error
Delete deletes existing Test
func (TestsClient) DeleteAll ¶
func (s TestsClient) DeleteAll(namespace string) error
DeleteAll deletes all Tests
func (TestsClient) Get ¶
func (s TestsClient) Get(namespace, name string) (*testsv2.Test, error)
Get returns Test
Click to show internal directories.
Click to hide internal directories.