mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Fix incorrect logging string that could cause confusion
This commit is contained in:
parent
773cf73f0e
commit
beace2dbad
@ -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 New Issue
Block a user