forked from golang/glog
-
Notifications
You must be signed in to change notification settings - Fork 227
Consider adding UID to klog.ObjectRef #422
Copy link
Copy link
Open
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Is there a reason UID isn't included in klog.ObjectRef?
In the Kubelet, we're seeing a mix of using klog.KObj(pod) and format.Pod(pod). Currently, the latter is preferred as it includes UID, which is often necessary for debugging Kubelet operations, but it would be nice if we could deprecate it in favor of a more standardized approach (KObj), which is contingent on UID being included.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Projects
Status
Needs Triage