mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-04 12:14:00 +00:00
change CSISnapshotTimeout from point to normal var
Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
1
changelogs/unreleased/5294-cleverhu
Normal file
1
changelogs/unreleased/5294-cleverhu
Normal file
@@ -0,0 +1 @@
|
||||
change CSISnapshotTimeout from pointer to normal variables.
|
||||
@@ -165,7 +165,7 @@ func DescribeBackupSpec(d *Describer, spec velerov1api.BackupSpec) {
|
||||
d.Printf("TTL:\t%s\n", spec.TTL.Duration)
|
||||
|
||||
d.Println()
|
||||
d.Printf("CSISnapshotTimeout:\t%s\n", &spec.CSISnapshotTimeout.Duration)
|
||||
d.Printf("CSISnapshotTimeout:\t%s\n", spec.CSISnapshotTimeout.Duration)
|
||||
|
||||
d.Println()
|
||||
if len(spec.Hooks.Resources) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user