Create an object. Options: - WithSubresource - create a specified subresource
(object any)
| 29 | // Options: |
| 30 | // - WithSubresource - create a specified subresource |
| 31 | func (dop *PatchCollector) Create(object any) { |
| 32 | dop.add(NewCreateOperation(object)) |
| 33 | } |
| 34 | |
| 35 | // Create or update an object. |
| 36 | // |