new file mode 100644
@@ -0,0 +1,3 @@
+// Package api includes all OpenShift-specific types used to communicate
+// between the various parts of the OpenShift and the Kubernetes systems.
+package api
@@ -0,0 +1,4 @@
+// Package client contains the implementation of the client side communication with the
+// Kubernetes master. OpenShift currently embeds the Kubernetes's kubecfg command line
+// for prototyping and debugging.
+package client
+// Package master contains code for setting up and running OpenShift all-in-one
+// server. This includes OpenShift API server, Kubernetes cluster master and
+// etcd server.
+package master
+// Package service contains a generic ServiceRegistry interface and
+// implements the storage for the Service api server objects.
+package service
+// Package version supplies version information collected at build time to
+// OpenShift and Kubernetes components.
+package version