in pkg/model/pod.go [38:42]
func (p *Pod) Update(pod *v1.Pod) { p.mu.Lock() defer p.mu.Unlock() p.pod = *pod }