Documentation ¶
Index ¶
- type TestsClient
- func (s TestsClient) Create(Tests *testsAPI.Test) (*testsAPI.Test, error)
- func (s TestsClient) Delete(namespace, name string) error
- func (s TestsClient) DeleteAll(namespace string) error
- func (s TestsClient) Get(namespace, name string) (*testsAPI.Test, error)
- func (s TestsClient) List(namespace string) (*testsAPI.TestList, error)
- func (s TestsClient) Update(Tests *testsAPI.Test) (*testsAPI.Test, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestsClient ¶
func NewClient ¶
func NewClient(client client.Client) *TestsClient
func (TestsClient) Delete ¶
func (s TestsClient) Delete(namespace, name string) error
func (TestsClient) DeleteAll ¶
func (s TestsClient) DeleteAll(namespace string) error
Click to show internal directories.
Click to hide internal directories.