()
| 53 | ) |
| 54 | |
| 55 | func 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`. |
no test coverage detected