type Update struct {
// PodUID is the UID of the pod which status needs to be updated. PodUIDs []string
}
Update is a struct that represents an update to a pod when
the resource changes it's status.
Later we may need to add fields like container name, resource name, and a new status.