Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // Handler implements the required API endpoints Handler Handler }
Client structure for a mocked API client
func (*Client) Add ¶
func (client *Client) Add(namespace, name string, spec typesV1.TargetSpec)
Add test function. Creates a watcher event indicating a customer resource has been added.
func (*Client) Delete ¶
Delete test function. Creates a watcher event indicating a customer resource has been deleted.
Click to show internal directories.
Click to hide internal directories.