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

Struct mergeFromPatch

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

Source from the content-addressed store, hash-verified

28}
29
30type mergeFromPatch struct {
31 patchType types.PatchType
32 createPatch func(originalJSON, modifiedJSON []byte, dataStruct interface{}) ([]byte, error)
33 from runtime.Object
34}
35
36// Type implements patch.
37func (s *mergeFromPatch) Type() types.PatchType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected