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

Method update

pkg/config/configmap/config.go:48–51  ·  view source on GitHub ↗
(configMap *corev1.ConfigMap)

Source from the content-addressed store, hash-verified

46}
47
48func (wc *ControllerConfig) update(configMap *corev1.ConfigMap) {
49 log.Info("Updating the configuration from config map '%s' in namespace '%s'", configMap.Name, configMap.Namespace)
50 wc.configMap = configMap
51}
52
53func (wc *ControllerConfig) GetWorkspacePVCName() *string {
54 return wc.GetProperty(workspacePVCName)

Callers 1

syncConfigmapFromClusterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected