forked from golang/glog
-
Notifications
You must be signed in to change notification settings - Fork 224
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.
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