mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-01 14:22:17 +00:00
kubelet is the only writer of v1.Node .status.images[].names. When an image has neither RepoDigests nor RepoTags, the value gets stored in etcd as null. Marking the field as optional can help JSON API clients to avoid hitting serialization error when the returned status contains null .status.images[].names.