Type is the PatchType of the patch.
()
| 12 | type Patch interface { |
| 13 | // Type is the PatchType of the patch. |
| 14 | Type() types.PatchType |
| 15 | // Data is the raw data representing the patch. |
| 16 | Data(obj runtime.Object) ([]byte, error) |
| 17 | } |
no outgoing calls
no test coverage detected