MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Data

Method Data

pkg/util/patch/patch.go:16–16  ·  view source on GitHub ↗

Data is the raw data representing the patch.

(obj runtime.Object)

Source from the content-addressed store, hash-verified

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.

Callers 3

scaleUpTargetFunction · 0.65
updateNeededFunction · 0.65
scaleDownTargetFunction · 0.65

Implementers 1

mergeFromPatchpkg/util/patch/patch.go

Calls

no outgoing calls

Tested by

no test coverage detected