package resourceupdates
import "k8s.io/kubernetes/pkg/kubelet/cm/resourceupdates"
Index ¶
Types ¶
type Update ¶
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.
Source Files ¶
updates.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Last checked
- 3 hours ago –
Tools for package owners.