Versions in this module Expand all Collapse all v0 v0.0.1 Apr 14, 2023 Changes in this version + type Client struct + func NewClient(t mockConstructorTestingTNewClient) *Client + func (_m *Client) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) error + func (_m *Client) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error + func (_m *Client) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error + func (_m *Client) Get(ctx context.Context, key types.NamespacedName, obj client.Object, ...) error + func (_m *Client) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error + func (_m *Client) Patch(ctx context.Context, obj client.Object, patch client.Patch, ...) error + func (_m *Client) RESTMapper() meta.RESTMapper + func (_m *Client) Scheme() *runtime.Scheme + func (_m *Client) Status() client.SubResourceWriter + func (_m *Client) SubResource(subResource string) client.SubResourceClient + func (_m *Client) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) error