move to pfs dir
diff --git a/k8s/deployment.yaml b/k8s/pfs.yamls
similarity index 100%
rename from k8s/deployment.yaml
rename to k8s/pfs.yamls
diff --git a/Dockerfile b/pfs/Dockerfile
similarity index 100%
rename from Dockerfile
rename to pfs/Dockerfile
diff --git a/api/api.proto b/pfs/api/api.proto
similarity index 100%
rename from api/api.proto
rename to pfs/api/api.proto
diff --git a/api/client.go b/pfs/api/client.go
similarity index 100%
rename from api/client.go
rename to pfs/api/client.go
diff --git a/chunk/chunk.go b/pfs/chunk/chunk.go
similarity index 100%
rename from chunk/chunk.go
rename to pfs/chunk/chunk.go
diff --git a/chunk/file.go b/pfs/chunk/file.go
similarity index 100%
rename from chunk/file.go
rename to pfs/chunk/file.go
diff --git a/chunk/in_memory.go b/pfs/chunk/in_memory.go
similarity index 100%
rename from chunk/in_memory.go
rename to pfs/chunk/in_memory.go
diff --git a/chunk/in_memory_test.go b/pfs/chunk/in_memory_test.go
similarity index 100%
rename from chunk/in_memory_test.go
rename to pfs/chunk/in_memory_test.go
diff --git a/chunk/remote.go b/pfs/chunk/remote.go
similarity index 100%
rename from chunk/remote.go
rename to pfs/chunk/remote.go
diff --git a/chunk/replicator.go b/pfs/chunk/replicator.go
similarity index 100%
rename from chunk/replicator.go
rename to pfs/chunk/replicator.go
diff --git a/chunk/server.go b/pfs/chunk/server.go
similarity index 100%
rename from chunk/server.go
rename to pfs/chunk/server.go
diff --git a/chunk/server_test.go b/pfs/chunk/server_test.go
similarity index 100%
rename from chunk/server_test.go
rename to pfs/chunk/server_test.go
diff --git a/chunk_server.go b/pfs/chunk_server.go
similarity index 100%
rename from chunk_server.go
rename to pfs/chunk_server.go
diff --git a/client.go b/pfs/client.go
similarity index 100%
rename from client.go
rename to pfs/client.go
diff --git a/client/client.go b/pfs/client/client.go
similarity index 100%
rename from client/client.go
rename to pfs/client/client.go
diff --git a/client/client_test.go b/pfs/client/client_test.go
similarity index 100%
rename from client/client_test.go
rename to pfs/client/client_test.go
diff --git a/client/testdata/foo b/pfs/client/testdata/foo
similarity index 100%
rename from client/testdata/foo
rename to pfs/client/testdata/foo
diff --git a/controller/chunk.go b/pfs/controller/chunk.go
similarity index 100%
rename from controller/chunk.go
rename to pfs/controller/chunk.go
diff --git a/controller/server.go b/pfs/controller/server.go
similarity index 100%
rename from controller/server.go
rename to pfs/controller/server.go
diff --git a/controller_server.go b/pfs/controller_server.go
similarity index 100%
rename from controller_server.go
rename to pfs/controller_server.go
diff --git a/testing/in_memory_env.go b/pfs/testing/in_memory_env.go
similarity index 100%
rename from testing/in_memory_env.go
rename to pfs/testing/in_memory_env.go
diff --git a/testing/simple_test.go b/pfs/testing/simple_test.go
similarity index 100%
rename from testing/simple_test.go
rename to pfs/testing/simple_test.go