mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-20 22:10:30 +00:00
Change shape of K8s Job to dottedtriangle
Signed-off-by: Satyam Zode <satyamzode@gmail.com>
This commit is contained in:
@@ -48,6 +48,7 @@ const (
|
||||
DottedCylinder = "dottedcylinder"
|
||||
StorageSheet = "sheet"
|
||||
Camera = "camera"
|
||||
DottedTriangle = "dottedtriangle"
|
||||
|
||||
// Used when counting the number of containers
|
||||
ContainersKey = "containers"
|
||||
@@ -303,7 +304,7 @@ func MakeReport() Report {
|
||||
WithLabel("volume snapshot data", "volume snapshot data"),
|
||||
|
||||
Job: MakeTopology().
|
||||
WithShape(StorageSheet).
|
||||
WithShape(DottedTriangle).
|
||||
WithLabel("job", "jobs"),
|
||||
|
||||
DNS: DNSRecords{},
|
||||
|
||||
Reference in New Issue
Block a user