Files
kubernetes/pkg/kubelet
Antonio Ojea f355b22f5f implement Stringer for podActions
klog prints an internal error when trying to log the podActions struct.

> I0505 14:12:12.827065  190662 kuberuntime_manager.go:1014] "computePodActions got for pod" podActions="<internal error: json: unsupported type: map[container.ContainerID]kuberuntime.containerToKillInfo>" pod="kube-system/coredns-8f5847b64-mzw46"

Implement the stringer interface on the struct to avoid the json error.

Change-Id: I22444524a78a0ecec9490b9240def371a4129434
2023-08-07 22:48:28 +00:00
..
2022-07-26 13:14:05 -04:00
2022-11-09 07:17:05 +08:00
2023-04-16 23:55:31 +08:00
2023-07-14 09:35:30 +08:00
2022-07-26 13:14:05 -04:00