The Machine status only has information of the current handle of a Volume. The VolumeStatus struct should expose a field which unanimously identifies the claimed Volume on API level (a reference to a volume.storage.ironcore.dev resource). This should be a of type corev1.LocalObjectReference.
Summary
The
Machine
status only has information of the current handle of aVolume
. TheVolumeStatus
struct should expose a field which unanimously identifies the claimedVolume
on API level (a reference to avolume.storage.ironcore.dev
resource). This should be a of typecorev1.LocalObjectReference
.Basic example
Motivation
This is a quality of life addition to easily identify the resources claimed by a
Machine
resource.