Skip to content

Commit 1494bcd

Browse files
committed
fix empty categories
1 parent b6494d6 commit 1494bcd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/types/replica.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ use super::{Condition, HeaderValue, ResourceRequirements, Toleration};
1414
namespaced,
1515
status = "PostgresPhysicalReplicaStatus",
1616
shortname = "ppr",
17+
category = "all",
1718
printcolumn = r#"{"name":"Phase","type":"string","jsonPath":".status.phase"}"#,
1819
printcolumn = r#"{"name":"Service","type":"string","jsonPath":".status.serviceName"}"#,
1920
printcolumn = r#"{"name":"Age","type":"date","jsonPath":".metadata.creationTimestamp"}"#

src/types/restore.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use super::Condition;
1212
namespaced,
1313
status = "PostgresPhysicalRestoreStatus",
1414
shortname = "pprestore",
15+
category = "all",
1516
printcolumn = r#"{"name":"Phase","type":"string","jsonPath":".status.phase"}"#,
1617
printcolumn = r#"{"name":"Replica","type":"string","jsonPath":".spec.replica"}"#,
1718
printcolumn = r#"{"name":"Age","type":"date","jsonPath":".metadata.creationTimestamp"}"#

0 commit comments

Comments
 (0)