mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 20:11:09 +00:00
Fiddle with k8s topology shapes again
Final list of shapes for controllers view, with rationale: Heptagon for Deployment - same shape as Service, which typically have a corresponding Deployment Triangle for CronJob - weird shape for weird thing Pentagon for DaemonSet - because pentagons and daemon worship :P Octagon for StatefulSet - last shape left
This commit is contained in:
@@ -178,7 +178,7 @@ func MakeReport() Report {
|
||||
WithLabel("service", "services"),
|
||||
|
||||
Deployment: MakeTopology().
|
||||
WithShape(Octagon).
|
||||
WithShape(Heptagon).
|
||||
WithLabel("deployment", "deployments"),
|
||||
|
||||
ReplicaSet: MakeTopology().
|
||||
@@ -190,7 +190,7 @@ func MakeReport() Report {
|
||||
WithLabel("daemonset", "daemonsets"),
|
||||
|
||||
StatefulSet: MakeTopology().
|
||||
WithShape(Triangle).
|
||||
WithShape(Octagon).
|
||||
WithLabel("stateful set", "stateful sets"),
|
||||
|
||||
CronJob: MakeTopology().
|
||||
|
||||
Reference in New Issue
Block a user