Change shape of K8s Job to dottedtriangle

Signed-off-by: Satyam Zode <satyamzode@gmail.com>
This commit is contained in:
Satyam Zode
2019-05-20 16:55:48 +05:30
parent 6b758564d2
commit 6c4b01dcd9

View File

@@ -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{},