Data is the raw data representing the patch.
(obj runtime.Object)
| 14 | Type() types.PatchType |
| 15 | // Data is the raw data representing the patch. |
| 16 | Data(obj runtime.Object) ([]byte, error) |
| 17 | } |
| 18 | |
| 19 | // MergeFrom creates a Patch that patches using the merge-patch strategy with the given object as base. |
no outgoing calls
no test coverage detected