velero-plugin-for-gcp
velero-plugin-for-gcp copied to clipboard
feat: copy labels from Disk to Snapshot
It can be very useful to be able to track your snapshots using the same labels are you have on your original disks, this PR copies over all of the labels of the disk and adds a new permission requirement of compute.snapshots.setLabels
to allow for that.