MCPcopy Create free account
hub / github.com/devfile/devworkspace-operator / GetGlobalConfig

Function GetGlobalConfig

pkg/config/sync.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53)
54
55func GetGlobalConfig() *controller.OperatorConfiguration {
56 return internalConfig.DeepCopy()
57}
58
59// ResolveConfigForWorkspace returns the resulting config from merging the global DevWorkspaceOperatorConfig with the
60// DevWorkspaceOperatorConfig specified by the optional workspace attribute `controller.devfile.io/devworkspace-config`.

Callers 4

GetSpecObjectsMethod · 0.92
getProxyFuncFunction · 0.92
getSpecDeploymentFunction · 0.92

Calls 1

DeepCopyMethod · 0.45

Tested by

no test coverage detected