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

Function buildExternalConfig

pkg/config/common_test.go:78–86  ·  view source on GitHub ↗
(config *v1alpha1.OperatorConfiguration)

Source from the content-addressed store, hash-verified

76}
77
78func buildExternalConfig(config *v1alpha1.OperatorConfiguration) *v1alpha1.DevWorkspaceOperatorConfig {
79 return &v1alpha1.DevWorkspaceOperatorConfig{
80 ObjectMeta: metav1.ObjectMeta{
81 Name: externalConfigName,
82 Namespace: externalConfigNamespace,
83 },
84 Config: config,
85 }
86}

Callers 1

TestMergeExternalConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected