Fix docs and kgctl

This commit is contained in:
Simon Kirsten
2022-08-05 14:11:18 +02:00
parent fc0538c6d3
commit 268fdeb4ee
3 changed files with 6 additions and 2 deletions

View File

@@ -334,6 +334,7 @@ func translateNode(node *v1.Node, topologyLabel string) *mesh.Node {
switch meshGranularity {
case mesh.LogicalGranularity:
case mesh.FullGranularity:
case mesh.CrossGranularity:
default:
meshGranularity = ""
}