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

TypeAlias OpPath

pkg/devspace/config/loader/patch/path.go:9–9  ·  view source on GitHub ↗

OpPath is an yaml-jsonpath 'selector'. For more info see: https://github.com/vmware-labs/yaml-jsonpath

Source from the content-addressed store, hash-verified

7
8// OpPath is an yaml-jsonpath 'selector'. For more info see: https://github.com/vmware-labs/yaml-jsonpath
9type OpPath string
10
11var rootChildPath = regexp.MustCompile(`^(\$|\.)([^\.]+)$`)
12

Callers 3

applyDeployPatchesMethod · 0.92
ApplyPatchesOnObjectFunction · 0.92
PerformMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected