()
| 163 | } |
| 164 | |
| 165 | func ExperimentalFeaturesEnabled() bool { |
| 166 | if internalConfig == nil || internalConfig.EnableExperimentalFeatures == nil { |
| 167 | return false |
| 168 | } |
| 169 | return *internalConfig.EnableExperimentalFeatures |
| 170 | } |
| 171 | |
| 172 | func getClusterConfig(namespace string, client crclient.Client) (*controller.DevWorkspaceOperatorConfig, error) { |
| 173 | clusterConfig := &controller.DevWorkspaceOperatorConfig{} |
no outgoing calls
no test coverage detected