(ctx context.Context, list client.ObjectList, opts ...client.ListOption)
| 68 | } |
| 69 | |
| 70 | func (fn ClientList) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error { |
| 71 | return fn(ctx, list, opts...) |
| 72 | } |
| 73 | |
| 74 | func (fn ClientPatch) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) error { |
| 75 | return fn(ctx, obj, patch, opts...) |
no outgoing calls