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