File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,9 @@ func printBackupCRD(result *crv1.Pgbackup) {
123
123
fmt .Printf ("%s%s\n " , "" , "pgbackup : " + result .Spec .Name )
124
124
125
125
fmt .Printf ("%s%s\n " , TreeBranch , "PVC Name:\t " + result .Spec .StorageSpec .Name )
126
- fmt .Printf ("%s%s\n " , TreeBranch , "PVC Access Mode:\t " + result .Spec .StorageSpec .AccessMode )
127
- fmt .Printf ("%s%s\n " , TreeBranch , "PVC Size:\t \t " + result .Spec .StorageSpec .Size )
126
+ fmt .Printf ("%s%s\n " , TreeBranch , "Access Mode:\t " + result .Spec .StorageSpec .AccessMode )
127
+ fmt .Printf ("%s%s\n " , TreeBranch , "PVC Size:\t " + result .Spec .StorageSpec .Size )
128
+ fmt .Printf ("%s%s\n " , TreeBranch , "Creation:\t " + result .ObjectMeta .CreationTimestamp .String ())
128
129
fmt .Printf ("%s%s\n " , TreeBranch , "CCPImageTag:\t " + result .Spec .CCPImageTag )
129
130
fmt .Printf ("%s%s\n " , TreeBranch , "Backup Status:\t " + result .Spec .BackupStatus )
130
131
fmt .Printf ("%s%s\n " , TreeBranch , "Backup Host:\t " + result .Spec .BackupHost )
You can’t perform that action at this time.
0 commit comments