mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-05 20:58:17 +00:00
Fix incorrect logging string that could cause confusion
This commit is contained in:
@@ -224,7 +224,7 @@ func deleteEachItem(
|
||||
gvr unversioned.GroupVersionResource,
|
||||
namespace string,
|
||||
) error {
|
||||
glog.V(4).Infof("namespace controller - deleteCollection - namespace: %s, gvr: %v", namespace, gvr)
|
||||
glog.V(4).Infof("namespace controller - deleteEachItem - namespace: %s, gvr: %v", namespace, gvr)
|
||||
|
||||
unstructuredList, listSupported, err := listCollection(dynamicClient, opCache, gvr, namespace)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user