| 29 | var _ Writer = &unstructuredClient{} |
| 30 | |
| 31 | type unstructuredClient struct { |
| 32 | resources *clientRestResources |
| 33 | paramCodec runtime.ParameterCodec |
| 34 | } |
| 35 | |
| 36 | // Create implements client.Client. |
| 37 | func (uc *unstructuredClient) Create(ctx context.Context, obj Object, opts ...CreateOption) error { |
nothing calls this directly
no outgoing calls
no test coverage detected