(ctx context.Context, obj client.Object, opts ...client.DeleteOption)
| 56 | } |
| 57 | |
| 58 | func (fn ClientDelete) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) error { |
| 59 | return fn(ctx, obj, opts...) |
| 60 | } |
| 61 | |
| 62 | func (fn ClientDeleteAll) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) error { |
| 63 | return fn(ctx, obj, opts...) |
no outgoing calls