mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Fix incorrect logging string that could cause confusion
This commit is contained in:
parent
773cf73f0e
commit
beace2dbad
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue