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.31.0-rc.0
- Published
- Jul 30, 2024
- Platform
- js/wasm
- Last checked
- 6 minutes ago –
Tools for package owners.