Shifting LB dirs inside version
diff --git a/rackspace/lb/v1/nodes/results.go b/rackspace/lb/v1/nodes/results.go
new file mode 100644
index 0000000..08d4325
--- /dev/null
+++ b/rackspace/lb/v1/nodes/results.go
@@ -0,0 +1,10 @@
+package nodes
+
+type Node struct {
+	Address   string
+	ID        int
+	Port      int
+	Status    Status
+	Condition string
+	Weight    int
+}