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.34.0-beta.0
- Published
- Jul 16, 2025
- Platform
- js/wasm
- Last checked
- 10 minutes ago –
Tools for package owners.