mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +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,
|
gvr unversioned.GroupVersionResource,
|
||||||
namespace string,
|
namespace string,
|
||||||
) error {
|
) 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)
|
unstructuredList, listSupported, err := listCollection(dynamicClient, opCache, gvr, namespace)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user