Documentation ¶
Index ¶
- type Client
- func (_m *Client) Create(ctx context.Context, obj runtime.Object, opts ...client.CreateOption) error
- func (_m *Client) Delete(ctx context.Context, obj runtime.Object, opts ...client.DeleteOption) error
- func (_m *Client) DeleteAllOf(ctx context.Context, obj runtime.Object, opts ...client.DeleteAllOfOption) error
- func (_m *Client) Get(ctx context.Context, key types.NamespacedName, obj runtime.Object) error
- func (_m *Client) List(ctx context.Context, list runtime.Object, opts ...client.ListOption) error
- func (_m *Client) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, ...) error
- func (_m *Client) Status() client.StatusWriter
- func (_m *Client) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
- type StatusClient
- type StatusWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func (*Client) Create ¶
func (_m *Client) Create(ctx context.Context, obj runtime.Object, opts ...client.CreateOption) error
Create provides a mock function with given fields: ctx, obj, opts
func (*Client) Delete ¶
func (_m *Client) Delete(ctx context.Context, obj runtime.Object, opts ...client.DeleteOption) error
Delete provides a mock function with given fields: ctx, obj, opts
func (*Client) DeleteAllOf ¶
func (_m *Client) DeleteAllOf(ctx context.Context, obj runtime.Object, opts ...client.DeleteAllOfOption) error
DeleteAllOf provides a mock function with given fields: ctx, obj, opts
func (*Client) Patch ¶
func (_m *Client) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, opts ...client.PatchOption) error
Patch provides a mock function with given fields: ctx, obj, patch, opts
func (*Client) Status ¶
func (_m *Client) Status() client.StatusWriter
Status provides a mock function with given fields:
type StatusClient ¶
StatusClient is an autogenerated mock type for the StatusClient type
func (*StatusClient) Status ¶
func (_m *StatusClient) Status() client.StatusWriter
Status provides a mock function with given fields:
type StatusWriter ¶
StatusWriter is an autogenerated mock type for the StatusWriter type
func (*StatusWriter) Patch ¶
func (_m *StatusWriter) Patch(ctx context.Context, obj runtime.Object, patch client.Patch, opts ...client.PatchOption) error
Patch provides a mock function with given fields: ctx, obj, patch, opts
func (*StatusWriter) Update ¶
func (_m *StatusWriter) Update(ctx context.Context, obj runtime.Object, opts ...client.UpdateOption) error
Update provides a mock function with given fields: ctx, obj, opts