func()

in csmnamer/namer.go [44:46]


func (m *MeshNamer) GenerateMeshId() string {
	return readableResourceName(m.ClusterName, m.Location)
}