Documentation ¶
Index ¶
- type TestsClient
- func (s TestsClient) Create(test *testsv1.Test) (*testsv1.Test, error)
- func (s TestsClient) Delete(name string) error
- func (s TestsClient) DeleteAll() error
- func (s TestsClient) Get(name string) (*testsv1.Test, error)
- func (s TestsClient) List(tags []string) (*testsv1.TestList, error)
- func (s TestsClient) ListTags() ([]string, error)
- func (s TestsClient) Update(test *testsv1.Test) (*testsv1.Test, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestsClient ¶
func (TestsClient) Delete ¶
func (s TestsClient) Delete(name string) error
func (TestsClient) DeleteAll ¶
func (s TestsClient) DeleteAll() error
func (TestsClient) ListTags ¶ added in v0.7.5
func (s TestsClient) ListTags() ([]string, error)
Click to show internal directories.
Click to hide internal directories.