Split api into api, api/common, api/validation & apitools

This commit is contained in:
Daniel Smith
2014-08-29 15:48:41 -07:00
parent 5bed06f614
commit 6121e61f99
18 changed files with 249 additions and 110 deletions

View File

@@ -14,6 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Package api includes all types used to communicate between the various
// parts of the Kubernetes system.
// Package api contains the latest (or "internal") version of the
// Kubernetes API objects. This is the API objects as represented in memory.
// The contract presented to clients is located in the versioned packages,
// which are sub-directories. The first one is "v1beta1". Those packages
// describe how a particular version is serialized to storage/network.
package api