mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
k8s: Use 'DaemonSet', 'StatefulSet' etc instead of 'Daemon Set', 'Stateful Set'
We can't search for terms with spaces.
This commit is contained in:
@@ -261,9 +261,9 @@ func podNodeSummary(base NodeSummary, n report.Node) (NodeSummary, bool) {
|
||||
|
||||
var podGroupNodeTypeName = map[string]string{
|
||||
report.Deployment: "Deployment",
|
||||
report.DaemonSet: "Daemon Set",
|
||||
report.StatefulSet: "Stateful Set",
|
||||
report.CronJob: "Cron Job",
|
||||
report.DaemonSet: "DaemonSet",
|
||||
report.StatefulSet: "StatefulSet",
|
||||
report.CronJob: "CronJob",
|
||||
}
|
||||
|
||||
func podGroupNodeSummary(base NodeSummary, n report.Node) (NodeSummary, bool) {
|
||||
|
||||
Reference in New Issue
Block a user