Merge pull request #3323 from weaveworks/sheet-storage-node-name

rename 'storagesheet' to 'sheet'
This commit is contained in:
Guy Edwards
2018-08-22 15:08:49 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ var (
cloud = "cloud"
cylinder = "cylinder"
dottedcylinder = "dottedcylinder"
storagesheet = "storagesheet"
storagesheet = "sheet"
// Helper to make a report.node with some common options
node = func(topology string) func(id string, adjacent ...string) report.Node {

View File

@@ -43,7 +43,7 @@ const (
Cloud = "cloud"
Cylinder = "cylinder"
DottedCylinder = "dottedcylinder"
StorageSheet = "storagesheet"
StorageSheet = "sheet"
// Used when counting the number of containers
ContainersKey = "containers"