We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a2c9f commit 7ca6784Copy full SHA for 7ca6784
1 file changed
src/types/restore.rs
@@ -20,6 +20,8 @@ use serde::{Deserialize, Serialize};
20
category = "all",
21
printcolumn = r#"{"name":"Phase","type":"string","jsonPath":".status.phase"}"#,
22
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"}"#,
25
printcolumn = r#"{"name":"Age","type":"date","jsonPath":".metadata.creationTimestamp"}"#
26
)]
27
#[serde(rename_all = "camelCase")]
0 commit comments