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

Method Type

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

Type is the PatchType of the patch.

()

Source from the content-addressed store, hash-verified

12type 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}

Callers 4

scaleUpTargetFunction · 0.65
updateNeededFunction · 0.65
scaleDownTargetFunction · 0.65
mainFunction · 0.65

Implementers 1

mergeFromPatchpkg/util/patch/patch.go

Calls

no outgoing calls

Tested by

no test coverage detected