Skip to content

Commit 7ca6784

Browse files
committed
show more detail for restores
1 parent 70a2c9f commit 7ca6784

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/types/restore.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ use serde::{Deserialize, Serialize};
2020
category = "all",
2121
printcolumn = r#"{"name":"Phase","type":"string","jsonPath":".status.phase"}"#,
2222
printcolumn = r#"{"name":"Replica","type":"string","jsonPath":".spec.replica.name"}"#,
23+
printcolumn = r#"{"name":"Snapshot size","type":"string","jsonPath":".spec.snapshotSize"}"#,
24+
printcolumn = r#"{"name":"Storage size","type":"string","jsonPath":".spec.storageSize"}"#,
2325
printcolumn = r#"{"name":"Age","type":"date","jsonPath":".metadata.creationTimestamp"}"#
2426
)]
2527
#[serde(rename_all = "camelCase")]

0 commit comments

Comments
 (0)