mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-18 13:16:08 +00:00
DownloadRequest and ServerStatusRequest were the last two Velero CRDs without printer columns, so kubectl showed only NAME and AGE for both. DownloadRequest gains the target kind and name, its phase, and age. ServerStatusRequest gains its phase, the reported server version, the time the controller processed it, and age. status.downloadURL is deliberately left out: it is a pre-signed URL that grants access to the object, and a default list view is the wrong place for it. status.expiration is left out because kubectl renders a date column as time elapsed, so a future timestamp prints <invalid>. Signed-off-by: saral <ilovegojo2580@gmail.com>