Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPodNotFound = errors.New("pod not found") ErrMTPNCNotFound = errors.New("mtpnc not found") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client implements the client.Client interface for testing. We only care about Get, the rest is nil ops.
func (*Client) Get ¶
func (c *Client) Get(_ context.Context, key client.ObjectKey, obj client.Object, _ ...client.GetOption) error
Get implements client.Client.Get.
func (*Client) SetMTPNCNotReady ¶ added in v1.5.19
func (c *Client) SetMTPNCNotReady()
func (*Client) SetMTPNCReady ¶ added in v1.5.19
func (c *Client) SetMTPNCReady()
Click to show internal directories.
Click to hide internal directories.