From 586b2ba8c8e05cb61c6fd14e1525d82d70508662 Mon Sep 17 00:00:00 2001 From: Ho Kim Date: Sun, 11 Sep 2022 13:26:33 +0000 Subject: [PATCH] Fix typo in cluster name column --- kiss/api/src/box.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss/api/src/box.rs b/kiss/api/src/box.rs index 3e00372e..922194e5 100644 --- a/kiss/api/src/box.rs +++ b/kiss/api/src/box.rs @@ -33,7 +33,7 @@ use strum::{Display, EnumString}; "name": "cluster", "type": "string", "description":"cluster name where the box is located", - "jsonPath":".spec.group.cluster_name" + "jsonPath":".spec.group.clusterName" }"#, printcolumn = r#"{ "name": "role",