mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Add pod status to summary table (#1523)
Had to shorten the title of # Containers, as it was being truncated.
This commit is contained in:
@@ -169,7 +169,8 @@ var (
|
||||
Label: "Pods",
|
||||
|
||||
Columns: []Column{
|
||||
{ID: report.Container, Label: "# Containers"},
|
||||
{ID: kubernetes.State, Label: "State"},
|
||||
{ID: report.Container, Label: "Containers"},
|
||||
{ID: kubernetes.IP, Label: "IP"},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -99,7 +99,8 @@ func TestMakeDetailedHostNode(t *testing.T) {
|
||||
Label: "Pods",
|
||||
TopologyID: "pods",
|
||||
Columns: []detailed.Column{
|
||||
{ID: report.Container, Label: "# Containers"},
|
||||
{ID: kubernetes.State, Label: "State"},
|
||||
{ID: report.Container, Label: "Containers"},
|
||||
{ID: kubernetes.IP, Label: "IP"},
|
||||
},
|
||||
Nodes: []detailed.NodeSummary{podNodeSummary},
|
||||
|
||||
Reference in New Issue
Block a user