(config *v1alpha1.OperatorConfiguration)
| 76 | } |
| 77 | |
| 78 | func 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 | } |
no outgoing calls
no test coverage detected