glog.Errorf("Internal error: targetClient is nil")
}
returntargetClient.Core().ConfigMaps(uidConfigMapNamespace).List(options)// we only want to list one by name - unfortunately Kubernetes don't have a selector for that.
returntargetClient.Core().ConfigMaps(uidConfigMapNamespace).List(versionedOptions)// we only want to list one by name - unfortunately Kubernetes don't have a selector for that.